Files
screenjob/main.py
2026-05-27 17:31:49 +02:00

6 lines
83 B
Python

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