6 lines
144 B
Python
6 lines
144 B
Python
|
|
"""Initialize the app.infrastructure.session package."""
|
||
|
|
# Keep package boundaries explicit so backend imports stay predictable.
|
||
|
|
|
||
|
|
|
||
|
|
__all__ = []
|