renamed scripts folder to pykick

This commit is contained in:
2018-06-10 12:40:02 +02:00
parent 86b071f36a
commit 86b75c0504
17 changed files with 23 additions and 18 deletions

7
pykick/utils.py Normal file
View File

@@ -0,0 +1,7 @@
import json
def read_config():
with open('nao_defaults.json') as f:
cfg = json.load(f)
return cfg