Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -3,7 +3,7 @@ from textwrap import dedent
|
|
3 |
import json
|
4 |
|
5 |
from crypto_analysis_agents import CryptoAnalysisAgents
|
6 |
-
from
|
7 |
|
8 |
class CryptoCrew:
|
9 |
def __init__(self, crypto):
|
|
|
3 |
import json
|
4 |
|
5 |
from crypto_analysis_agents import CryptoAnalysisAgents
|
6 |
+
from crypto__analysis_tasks import CryptoAnalysisTasks
|
7 |
|
8 |
class CryptoCrew:
|
9 |
def __init__(self, crypto):
|