references

This commit is contained in:
Dobromir Popov
2025-07-22 16:28:16 +03:00
parent a68df64b83
commit 1d224e5b8c
3 changed files with 3 additions and 138 deletions

View File

@ -22,8 +22,8 @@ import sys
# Add NN directory to path for exchange interfaces
sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'NN'))
from NN.exchanges.exchange_factory import ExchangeFactory
from NN.exchanges.exchange_interface import ExchangeInterface
from core.exchanges.exchange_factory import ExchangeFactory
from core.exchanges.exchange_interface import ExchangeInterface
from .config import get_config
from .config_sync import ConfigSynchronizer