6 lines
120 B
Python
6 lines
120 B
Python
"""ASGI compatibility entry point for the generated service repository."""
|
|
|
|
from app.main import app
|
|
|
|
__all__ = ["app"]
|