from django.apps import AppConfig


class ExplicitDefaultConfigMismatch(AppConfig):
    name = 'apps.explicit_default_config_mismatch_app'
