renamed scripts folder to pykick
This commit is contained in:
7
pykick/utils.py
Normal file
7
pykick/utils.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import json
|
||||
|
||||
|
||||
def read_config():
|
||||
with open('nao_defaults.json') as f:
|
||||
cfg = json.load(f)
|
||||
return cfg
|
||||
Reference in New Issue
Block a user