Files
gaokao-volunteer-system/admin/__init__.py
Hermes Agent 3f46811e49
Some checks failed
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled
release: cut v2.1
2026-06-13 14:49:58 +08:00

9 lines
167 B
Python

"""管理后台 (T6.1).
提供 FastAPI 应用工厂、JWT 鉴权、订单/用户/案例 API 骨架。
"""
from admin.app import create_app
__all__ = ["create_app"]