Files
kick-it/pykick/utils.py

8 lines
116 B
Python

import json
def read_config():
with open('nao_defaults.json') as f:
cfg = json.load(f)
return cfg