tujintao 10 months ago
parent
commit
9464a79ecd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dim_classify_app.py

+ 1 - 1
dim_classify_app.py

@@ -4,7 +4,7 @@ from gevent.pywsgi import WSGIServer
 
 import config
 from log_config import LogConfig
-from dim_classify import Dimension_Classification, Solution_Model, Difficulty_Model
+from dim_classify import *
 
 app = Flask(__name__)