from django.apps import AppConfig


class MimAuthConfig(AppConfig):
    name = 'mim_auth'
