Source code for apps.authentication.config

# -*- encoding: utf-8 -*-
"""
Copyright (c) 2019 - present AppSeed.us
"""

from django.apps import AppConfig


[docs]class AuthConfig(AppConfig): name = 'apps.authentication' label = 'apps_authentication'