from django.apps import AppConfig


class LabelsManagerConfig(AppConfig):
    name = 'labels_manager'
