Source code for quiz.apps

from django.apps import AppConfig

[docs]class QuizConfig(AppConfig): """ added quiz app in the configuration""" name = 'quiz'