"""路由模块""" from app.routes.frontend import frontend_bp from app.routes.admin import admin_bp __all__ = ['frontend_bp', 'admin_bp']