COPYING: Distribute quizzer under the GPLv3+
[quizzer.git] / pq.py
1 #!/usr/bin/env python3.3
2
3 import quizzer.cli
4
5
6 quizzer.cli.main()