from django.apps import AppConfig


class SoloAppConfig(AppConfig):
    name = "django_solo"
    verbose_name = "django_solo"
