from django.apps import AppConfig


class DbaAppConfig(AppConfig):
    name = 'dba_app'
