from django.apps import AppConfig


class YamlConverterConfig(AppConfig):
    name = 'yaml_converter'
