Files
DDUp/src/vitals/web/__init__.py

6 lines
93 B
Python
Raw Normal View History

2026-01-22 12:57:26 +08:00
"""Web 仪表盘模块"""
from .app import app, run_server
__all__ = ["app", "run_server"]