feat: 将本目录添加进path

This commit is contained in:
Rock Chin
2022-12-11 19:57:50 +08:00
parent 1f74ee9945
commit 7835a7dc84

View File

@@ -7,6 +7,10 @@ import time
import logging
import colorlog
import sys
sys.path.append(".")
log_colors_config = {
'DEBUG': 'green', # cyan white
'INFO': 'white',