mirror of
https://github.com/goauthentik/authentik
synced 2026-05-12 18:06:21 +02:00
6 lines
122 B
Python
6 lines
122 B
Python
"""passbook audit model admin"""
|
|
|
|
from passbook.lib.admin import admin_autoregister
|
|
|
|
admin_autoregister('passbook_audit')
|