拆分代码;约束cli命令

This commit is contained in:
2026-06-02 14:54:08 +08:00
parent 9b8a517092
commit 40e699e173
17 changed files with 395 additions and 267 deletions
+5
View File
@@ -0,0 +1,5 @@
from tjwater_cli.main import console_entry
if __name__ == "__main__":
console_entry()