from django.apps import AppConfig


class ClassifyImageConfig(AppConfig):
    name = 'classify_image'
