@@ -1,3 +1,7 @@
# -*- coding: utf-8 -*-
# @Author: wangkun
# @Time: 2023/3/27
+
+class HotSearch:
+ pass
@@ -6,7 +6,7 @@ import os
import sys
sys.path.append(os.getcwd())
from common.common import Common
-from weixinzhishu.weixinzhishu_main.get_weixinzhishu import Weixinzhishu
+from weixinzhishu.weixinzhishu_score.weixinzhishu_score import Weixinzhishu
class Main: