authentik/authentik/stages/consent/apps.py

12 lines
267 B
Python

"""authentik consent app"""
from django.apps import AppConfig
class AuthentikStageConsentConfig(AppConfig):
"""authentik consent app"""
name = "authentik.stages.consent"
label = "authentik_stages_consent"
verbose_name = "authentik Stages.Consent"