Files
AIRegulation-DocAnalysis/backend/app/infrastructure/vectorstore/__init__.py

6 lines
148 B
Python

"""Initialize the app.infrastructure.vectorstore package."""
# Keep package boundaries explicit so backend imports stay predictable.
__all__ = []