from django.apps import AppConfig


class SubscriberConfig(AppConfig):
    name = 'Subscriber'
