6 lines
93 B
Python
6 lines
93 B
Python
|
|
"""Web 仪表盘模块"""
|
||
|
|
|
||
|
|
from .app import app, run_server
|
||
|
|
|
||
|
|
__all__ = ["app", "run_server"]
|