File size: 95 Bytes
7482820
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""
Web UI 应用模块
"""

from .app import app, create_app

__all__ = ['app', 'create_app']