8 lines
188 B
Python
Raw Normal View History

"""Repository layer for data access implementations (e.g., SQLite).
This package contains concrete repositories used by the `Storage` orchestrator
to read persisted orderflow data.
"""