diff options
Diffstat (limited to 'auditlog/models/__init__.py')
| -rw-r--r-- | auditlog/models/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/auditlog/models/__init__.py b/auditlog/models/__init__.py new file mode 100644 index 0000000..75e7754 --- /dev/null +++ b/auditlog/models/__init__.py @@ -0,0 +1,8 @@ +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from . import rule +from . import http_session +from . import http_request +from . import log +from . import auditlog_log_line_view +from . import autovacuum |
