Files

6 lines
128 B
Python

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