Files
routstr-core/routstr/__init__.py
T

4 lines
77 B
Python

from .core.main import app as fastapi_app # noqa
__all__ = ["fastapi_app"]