File size: 242 Bytes
2c2e788
 
794ea91
2c2e788
 
 
794ea91
1
2
3
4
5
6
7
8
from .executor import QuestionExecutor
from .level1 import __file__ as _level1_file_
from .level3 import __file__ as _level3_file_
from .question import Question, register_question, list_ordered_questions

_ = _level1_file_
_ = _level3_file_