5 lines
139 B
Python
5 lines
139 B
Python
def Settings(**kwargs):
|
|
return {
|
|
'interpreter_path': '/home/shockrah/GitRepos/freechat/json-api/client-tests/bin/python'
|
|
}
|