Skip to content

Commit 7fb25f6

Browse files
authored
Merge pull request #35 from TexasCoding:patching_v2
add data to __init__
2 parents 8364c00 + d19053b commit 7fb25f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/project_x_py/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@
112112
load_topstepx_config,
113113
)
114114

115+
# Data management
116+
from project_x_py.data import MemoryMappedStorage, TimeSeriesStorage
117+
115118
# Event system
116119
from project_x_py.event_bus import EventBus, EventType
117120

@@ -251,6 +254,9 @@
251254
"PositionManagerConfig",
252255
"PositionType",
253256
"ProjectX",
257+
# Data management
258+
"MemoryMappedStorage",
259+
"TimeSeriesStorage",
254260
# Exceptions
255261
"ProjectXAuthenticationError",
256262
"ProjectXConfig",

0 commit comments

Comments
 (0)