from django.apps import AppConfig


class ClearcacheConfig(AppConfig):
    name = 'clearcache'
