241-327_Deev_ASD/lab-2/local/backend/quiz/apps.py

5 lines
83 B
Python

from django.apps import AppConfig
class QuizConfig(AppConfig):
name = 'quiz'