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