mirror of
https://github.com/goauthentik/authentik
synced 2026-05-11 17:36:35 +02:00
11 lines
224 B
Python
11 lines
224 B
Python
"""passbook lib app config"""
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class PassbookLibConfig(AppConfig):
|
|
"""passbook lib app config"""
|
|
|
|
name = 'passbook.lib'
|
|
label = 'passbook_lib'
|
|
verbose_name = 'passbook lib'
|