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

6 lines
144 B
Python
Raw Permalink Normal View History

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