from django.apps import AppConfig


class EhAppConfig(AppConfig):
    name = 'eh_app'
