第一版
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"]
|
||||
BIN
src/vitals/web/__pycache__/__init__.cpython-313.pyc
Normal file
BIN
src/vitals/web/__pycache__/__init__.cpython-313.pyc
Normal file
Binary file not shown.
BIN
src/vitals/web/__pycache__/app.cpython-313.pyc
Normal file
BIN
src/vitals/web/__pycache__/app.cpython-313.pyc
Normal file
Binary file not shown.
7184
src/vitals/web/app.py
Normal file
7184
src/vitals/web/app.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user