references

This commit is contained in:
Dobromir Popov
2025-07-22 16:53:36 +03:00
parent 1d224e5b8c
commit 9b72b18eb7
6 changed files with 162 additions and 8 deletions

View File

@ -24,7 +24,7 @@ except ImportError:
key, value = line.strip().split('=', 1)
os.environ[key] = value
from NN.exchanges.bybit_interface import BybitInterface
from core.exchanges.bybit_interface import BybitInterface
# Configure logging
logging.basicConfig(