cma_search/server/apps/exam/apps.py

6 lines
83 B
Python

from django.apps import AppConfig
class ExamConfig(AppConfig):
name = 'exam'