authentik/passbook/core/apps.py

10 lines
195 B
Python
Raw Normal View History

2018-11-11 12:41:48 +00:00
"""passbook core app config"""
from django.apps import AppConfig
class PassbookCoreConfig(AppConfig):
"""passbook core app config"""
name = 'passbook.core'
label = 'passbook_core'