""" Web UI 应用模块 """ from .app import app, create_app __all__ = ['app', 'create_app']