Files
DDUp/src/vitals/web/__init__.py
2026-01-22 12:57:26 +08:00

6 lines
93 B
Python

"""Web 仪表盘模块"""
from .app import app, run_server
__all__ = ["app", "run_server"]