diff options
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 |
