__init__.py 72 B

12345678
  1. """
  2. FastAPI API模块 v2
  3. """
  4. from .main import app
  5. __all__ = ["app"]