优化程序结构

This commit is contained in:
weiye.wang 2024-02-09 11:27:08 +08:00
parent 240709fe30
commit 41122f3c78
1 changed files with 1 additions and 2 deletions

View File

@ -1,11 +1,10 @@
id_string = "21370:21371"
prodictpath = "../题库0.3/Problems.json"
editor = "王伟叶"
from database_tools import *
prodictpath = "../题库0.3/Problems.json"
pro_dict = load_dict(prodictpath)
obj_dict = load_dict("../题库0.3/LessonObj.json")