Source code for MAIA.dashboard.apps.authentication.config

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

from django.apps import AppConfig


[docs] class AuthConfig(AppConfig): name = "apps.auth" label = "apps_auth"