summaryrefslogtreecommitdiff
path: root/lib/tools/index.js
blob: d2a797dbeaada34f1181c0bf5eb47947755b5bb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module.exports = {
  sleep: {
    cmd: process.env.PYTHON_BINARY,
    script: 'python/sleep.py',
    ary: 0,
    output: false,
  },
  nsatf: {
    cmd: process.env.PYTHON_BINARY,
    script: 'python/nsatf.py',
    ary: 2,
    output: true,
  },
}