6 lines
84 B
Python
6 lines
84 B
Python
"""python -m ts_anomaly_td 入口。"""
|
|
|
|
from ts_anomaly_td.cli import main
|
|
|
|
main()
|