from django.apps import AppConfig


class AusweisConfig(AppConfig):
    name = 'ausweis'
