更改项目文件夹结构

This commit is contained in:
2023-12-10 16:31:50 +08:00
parent 8d9bd619c4
commit e00a704a56
24 changed files with 12 additions and 14 deletions

5
config.py Normal file
View File

@@ -0,0 +1,5 @@
import json
def readConf():
with open('config.json') as f:
return json.load(f)