summaryrefslogtreecommitdiff
path: root/lib/tools/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-07-19 00:50:05 +0200
committerJules Laplace <julescarbon@gmail.com>2017-07-19 00:50:05 +0200
commit64e8c03dea044752bf3f2f228462721fe565f950 (patch)
tree41b48b67f69979bfc97be166129ee41c8dcb0c7f /lib/tools/index.js
parent11a70bc347587219b2ec7b63cf4a6ff69bb4199b (diff)
refactor all the worker stuff
Diffstat (limited to 'lib/tools/index.js')
-rw-r--r--lib/tools/index.js7
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