feat(experiments): added experiments API

This commit is contained in:
ITQ
2026-02-18 15:46:40 +03:00
parent 8994f8fb96
commit 7119240e38
6 changed files with 1134 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class ExperimentsApiConfig(AppConfig):
name = "api.v1.experiments"
label = "api_v1_experiments"