6 lines
129 B
Python
6 lines
129 B
Python
"""Backend service package."""
|
|
# Keep package boundaries explicit so backend imports stay predictable.
|
|
|
|
|
|
__all__: list[str] = []
|