Files
DataRush/services/backend/apps/core/apps.py
T
Андрей Сумин 33b081e433 lint: linted
2025-03-01 02:35:09 +03:00

7 lines
107 B
Python

from django.apps import AppConfig
class CoreConfig(AppConfig):
name = "apps.core"
label = "core"