I have a node app that calls a spawn python process like so:
const python = spawn(\'python3\', [\'python/rimas_definitivas.py\', input]);
the