from django.apps import AppConfig


class UtilsConfig(AppConfig):
    name = 'opentech.apply.utils'
    label = 'apply_utils'