Files
Lotty/src/backend/api/v1/events/apps.py
T
2026-02-18 15:22:03 +03:00

7 lines
125 B
Python

from django.apps import AppConfig
class EventsApiConfig(AppConfig):
name = "api.v1.events"
label = "api_v1_events"