Initial ScriptQuestion framework
[quizzer.git] / pq.py
1 #!/usr/bin/env python
2
3 import quizzer.cli
4
5
6 quizzer.cli.main()