From 0e3353d489fd54a2c84c712ae04e44a9f8d8cd90 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Wed, 19 Dec 2018 13:46:40 +0530 Subject: Provide API version 1 for Yaksh - Serializers for Question, Quiz, QuestionPaper, AnswerPaper - Can create questions, quizzes, question and answer papers - Can check mcq, mcc and code questions - Tests for the API --- api/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 api/__init__.py (limited to 'api/__init__.py') diff --git a/api/__init__.py b/api/__init__.py new file mode 100644 index 0000000..e69de29 -- cgit