Files
Lotty/src/backend/api/v1/experiments/apps.py
T

7 lines
140 B
Python

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