8 lines
135 B
Python
8 lines
135 B
Python
from tables import Question
|
|
|
|
QUESTIONS = [
|
|
Question(1,0,100),
|
|
Question(2,0,101),
|
|
Question(3,0,102),
|
|
Question(4,1,105)
|
|
] |