question: Add the Question.multimedia attribute
[quizzer.git] / pq.py
1 #!/usr/bin/env python
2 #
3 # Copyright (C) 2013 W. Trevor King <wking@tremily.us>
4 #
5 # This file is part of quizzer.
6 #
7 # quizzer is free software: you can redistribute it and/or modify it under the
8 # terms of the GNU General Public License as published by the Free Software
9 # Foundation, either version 3 of the License, or (at your option) any later
10 # version.
11 #
12 # quizzer is distributed in the hope that it will be useful, but WITHOUT ANY
13 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14 # A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License along with
17 # quizzer.  If not, see <http://www.gnu.org/licenses/>.
18
19 import quizzer.cli
20
21
22 quizzer.cli.main()