2026-07-30 14:45:21 +02:00

5 lines
79 B
Python

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