from django.apps import AppConfig class ExperimentsApiConfig(AppConfig): name = "api.v1.experiments" label = "api_v1_experiments"