PyGetGPT/config.py

5 lines
91 B
Python

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