5 lines
72 B
Python
5 lines
72 B
Python
import json
|
|
|
|
with open('config.json') as fp:
|
|
config = json.load(fp)
|