Browse Source

init 文件配置

zhangyong 9 months ago
parent
commit
9ace6eea0a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      application/common/__init__.py

+ 2 - 1
application/common/__init__.py

@@ -2,4 +2,5 @@ from .feishu import Feishu, FeishuInsert
 from .log import *
 from .log import *
 from .messageQueue import *
 from .messageQueue import *
 from .mysql import *
 from .mysql import *
-from .proxies import *
+from .proxies import *
+from .redis import redis_helper