整理 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
+3
View File
@@ -0,0 +1,3 @@
from .main import app, main
__all__ = ["app", "main"]