项目文件夹

文件
2026-07-13 12:30:04 +08:00

5 行
71 B
Python

"""Allow running as: python -m cli"""
from cli.cli import main
main()