Files
2026-04-29 00:17:18 -05:00

4 lines
81 B
Python

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