mirror of
https://github.com/Kakune55/PyGetGPT.git
synced 2025-05-06 18:29:24 +08:00
5 lines
91 B
Python
5 lines
91 B
Python
import json
|
|
|
|
def readConf():
|
|
with open('config.json') as f:
|
|
return json.load(f) |