优化程序结构
This commit is contained in:
parent
240709fe30
commit
41122f3c78
|
|
@ -1,11 +1,10 @@
|
||||||
id_string = "21370:21371"
|
id_string = "21370:21371"
|
||||||
prodictpath = "../题库0.3/Problems.json"
|
|
||||||
editor = "王伟叶"
|
editor = "王伟叶"
|
||||||
|
|
||||||
|
|
||||||
from database_tools import *
|
from database_tools import *
|
||||||
|
|
||||||
|
prodictpath = "../题库0.3/Problems.json"
|
||||||
|
|
||||||
pro_dict = load_dict(prodictpath)
|
pro_dict = load_dict(prodictpath)
|
||||||
obj_dict = load_dict("../题库0.3/LessonObj.json")
|
obj_dict = load_dict("../题库0.3/LessonObj.json")
|
||||||
|
|
|
||||||
Reference in New Issue