diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-07-19 00:50:05 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-07-19 00:50:05 +0200 |
| commit | 64e8c03dea044752bf3f2f228462721fe565f950 (patch) | |
| tree | 41b48b67f69979bfc97be166129ee41c8dcb0c7f /lib/tools | |
| parent | 11a70bc347587219b2ec7b63cf4a6ff69bb4199b (diff) | |
refactor all the worker stuff
Diffstat (limited to 'lib/tools')
| -rw-r--r-- | lib/tools/index.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/tools/index.js b/lib/tools/index.js new file mode 100644 index 0000000..062b20e --- /dev/null +++ b/lib/tools/index.js @@ -0,0 +1,7 @@ + +export { + nsatf: { + cmd: process.env.PYTHON_BINARY, + script: 'nsatf.py', + } +}
\ No newline at end of file |
