from django.apps import AppConfig


class KinesisresponderConfig(AppConfig):
    name = 'kinesisresponder'
