Files
gaokao-volunteer-system/admin/__init__.py

9 lines
167 B
Python
Raw Normal View History

2026-06-13 14:49:58 +08:00
"""管理后台 (T6.1).
提供 FastAPI 应用工厂JWT 鉴权订单/用户/案例 API 骨架
"""
from admin.app import create_app
__all__ = ["create_app"]