from django.apps import AppConfig


class QrgenConfig(AppConfig):
    name = 'qrGen'
