手动模式

This commit is contained in:
2026-01-07 17:37:09 +08:00
commit 28c57a040a
57 changed files with 7921 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
"""
包的main入口,使项目可以直接通过 python -m gx_gp_monitor 运行
"""
from .main import main
if __name__ == "__main__":
main()