Commit 0183bd5c authored by 纪超's avatar 纪超

完成日志、配置文件、数据库工具模块

parent eb0b97d7
# from utils import *
import importlib as im
im.__import__('utils')
from utils import *
if __name__ == '__main__':
print(dir())
......@@ -2,7 +2,7 @@ import functools
import pymysql
import threading
from pymysql.cursors import DictCursor
from utils.__env_config import config as default_config
from .__env_config import config as default_config
class Database:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment