Files
routstr-core/proxy/__init__.py
T
2025-04-19 12:46:00 +08:00

4 lines
64 B
Python

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