2025-09-03 01:51:13 -07:00

4 lines
78 B
Python

from .cli import main
if __name__ == "__main__":
raise SystemExit(main())