Files
2026-07-13 12:30:04 +08:00

5 lines
71 B
Python

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