from django.apps import AppConfig


class AnnoyConfig(AppConfig):
    name = 'annoy'
