5 lines
161 B
Python
5 lines
161 B
Python
from cryptoai.agents.crypto_agent import CryptoAgent
|
|
import cryptoai.tasks.token_selector as token_selector
|
|
|
|
if __name__ == "__main__":
|
|
token_selector.main() |