This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/authentik/crypto/apps.py

11 lines
248 B
Python

"""authentik crypto app config"""
from django.apps import AppConfig
class AuthentikCryptoConfig(AppConfig):
"""authentik crypto app config"""
name = "authentik.crypto"
label = "authentik_crypto"
verbose_name = "authentik Crypto"