Add mock file audit backend
This commit is contained in:
parent
a3129afa42
commit
afa15cd1b9
9 changed files with 353 additions and 1 deletions
4
audit_core/__main__.py
Normal file
4
audit_core/__main__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from audit_core.cli import main
|
||||
|
||||
|
||||
raise SystemExit(main())
|
||||
Loading…
Add table
Add a link
Reference in a new issue