Files
kick-it/scripts/utils.py
Pavel Lutskov 5bd50de06e From now on use NaoMover from motion.py
Also use `read_config` from `utils.py`
2018-06-03 16:12:58 +02:00

8 lines
116 B
Python

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