mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-09 02:54:37 +00:00
4 lines
77 B
Python
4 lines
77 B
Python
from .core.main import app as fastapi_app # noqa
|
|
|
|
__all__ = ["fastapi_app"]
|