new realt module
This commit is contained in:
11
NN/utils/__init__.py
Normal file
11
NN/utils/__init__.py
Normal file
@ -0,0 +1,11 @@
|
||||
"""
|
||||
Neural Network Utilities
|
||||
======================
|
||||
|
||||
This package contains utility functions and classes used in the neural network trading system:
|
||||
- Data Interface: Connects to realtime trading data and processes it for the neural network models
|
||||
"""
|
||||
|
||||
from NN.utils.data_interface import DataInterface
|
||||
|
||||
__all__ = ['DataInterface']
|
Reference in New Issue
Block a user