audit-core/audit_core/__main__.py

4 lines
59 B
Python

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