from django.apps import AppConfig


class AuthConfig(AppConfig):
    name = "hunt.apps.auth"
    label = "authentication"