generated from coulomb/repo-seed
Add mock file audit backend
This commit is contained in:
6
audit_core/__init__.py
Normal file
6
audit_core/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Audit Core public interface."""
|
||||
|
||||
from audit_core.interface import AuditBackend, AuditEvent
|
||||
from audit_core.mock_file_backend import MockFileAuditBackend
|
||||
|
||||
__all__ = ["AuditBackend", "AuditEvent", "MockFileAuditBackend"]
|
||||
Reference in New Issue
Block a user