From e729158718449695861dc53cb01348a35f519c5d Mon Sep 17 00:00:00 2001 From: Jonathan Harker Date: Thu, 19 Nov 2015 15:27:02 +1300 Subject: [PATCH] Add a README. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..900f824 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +PyMoxQuizz +========== + +A MozQuizz question library for Python. See http://moxquizz.de/ for the original +implementation in TCL. + +Documentation for this library can be built with Sphinx, or you can read it +online at http://pymoxquizz.readthedocs.org/