feat: add CLI entry (argparse 4 subcommands)

This commit is contained in:
张宗平
2026-06-11 15:43:19 +08:00
parent 70c791af43
commit 29e1c00287
3 changed files with 150 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
"""python -m ts_anomaly_td 入口。"""
from ts_anomaly_td.cli import main
main()