7 lines
140 B
Python
7 lines
140 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ExperimentsApiConfig(AppConfig):
|
|
name = "api.v1.experiments"
|
|
label = "api_v1_experiments"
|