4 lines
71 B
Python
4 lines
71 B
Python
import json
|
|
|
|
with open('config.json') as fp:
|
|
CONFIG = json.load(fp) |