from django.apps import AppConfig


class DataExplorerExampleConfig(AppConfig):
    name = 'data_explorer_example'
