from django.apps import AppConfig


class LegacydbConfig(AppConfig):
    name = 'legacydb'
