markitect-main/infrastructure/repositories/__init__.py

6 lines
200 B
Python
Raw Permalink Normal View History

"""
Repository pattern implementations for MarkiTect.
Provides abstract interfaces and concrete implementations for data access,
following the repository pattern for clean separation of concerns.
"""