diff --git a/src/project_x_py/__init__.py b/src/project_x_py/__init__.py index 65c5606..e535980 100644 --- a/src/project_x_py/__init__.py +++ b/src/project_x_py/__init__.py @@ -112,6 +112,9 @@ load_topstepx_config, ) +# Data management +from project_x_py.data import MemoryMappedStorage, TimeSeriesStorage + # Event system from project_x_py.event_bus import EventBus, EventType @@ -251,6 +254,9 @@ "PositionManagerConfig", "PositionType", "ProjectX", + # Data management + "MemoryMappedStorage", + "TimeSeriesStorage", # Exceptions "ProjectXAuthenticationError", "ProjectXConfig",