第一版
This commit is contained in:
5
src/vitals/web/__init__.py
Normal file
5
src/vitals/web/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Web 仪表盘模块"""
|
||||
|
||||
from .app import app, run_server
|
||||
|
||||
__all__ = ["app", "run_server"]
|
||||
Reference in New Issue
Block a user