ChiSteward/config.py
2021-07-03 17:10:13 +08:00

5 lines
80 B
Python

import json
with open('config.json') as fp:
CONFIG = json.load(fp)