Files
PyGetGPT/config.py
2023-12-10 16:31:50 +08:00

5 lines
91 B
Python

import json
def readConf():
with open('config.json') as f:
return json.load(f)