Aggiorna importazioni demo per riflettere la nuova struttura delle cartelle API

This commit is contained in:
2025-10-12 13:46:07 +02:00
parent d64855286c
commit 513fedbc0b
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,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 app.api.markets import (
CoinBaseWrapper,
CryptoCompareWrapper,
BinanceWrapper,