from django.apps import AppConfig


class TestAppConfig(AppConfig):
    name = 'app'
    label = 'app'
    verbose_name = "App"
