Files
2026-04-21 15:44:47 +00:00

6 lines
80 B
Python

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