Files
2026-06-11 15:43:19 +08:00

6 lines
84 B
Python

"""python -m ts_anomaly_td 入口。"""
from ts_anomaly_td.cli import main
main()