Add script invocation to ScriptQuestion
[quizzer.git] / pq.py
1 #!/usr/bin/env python3.3
2
3 import quizzer.cli
4
5
6 quizzer.cli.main()