2021-03-25 16:13:17 +03:00

6 lines
83 B
Python

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