整理 tjwater-cli 代码和文档

This commit is contained in:
2026-06-02 11:11:56 +08:00
parent 60db2a7193
commit f274cf5122
18 changed files with 3502 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from .main import console_entry
if __name__ == "__main__":
console_entry()