Files
audit-core/audit_core/__main__.py
2026-06-01 23:44:03 +02:00

5 lines
59 B
Python

from audit_core.cli import main
raise SystemExit(main())