""" FastAPI API模块 v2 """ from .main import app __all__ = ["app"]