pre merge con giacomo

This commit is contained in:
Simone Garau
2025-09-30 15:36:50 +02:00
parent cce09b493e
commit 8304cf9ea8
5 changed files with 125 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ project_root = Path(__file__).parent.parent
sys.path.insert(0, str(project_root / "src"))
from dotenv import load_dotenv
from app.markets import (
from src.app.markets import (
CoinBaseWrapper,
CryptoCompareWrapper,
BinanceWrapper,