Files

4 lines
77 B
Python

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