from django.apps import AppConfig


class FilterAppConfig(AppConfig):
    name = 'filter'
    verbose_name = 'Filter'
