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/passbook/oauth_provider/apps.py

11 lines
255 B
Python

"""passbook auth oauth provider app config"""
from django.apps import AppConfig
class PassbookOAuthProviderConfig(AppConfig):
"""passbook auth oauth provider app config"""
name = 'passbook.oauth_provider'
label = 'passbook_oauth_provider'