from django.apps import AppConfig


class IntegrationsExampleConfig(AppConfig):
    name = "polymorphic.tests.examples.integrations"
    label = "integrations"
    verbose_name = "Integration Examples"
