import subprocess def main(): # Run the command subprocess.run(["node", "./src/index.js"]) if __name__ == "__main__": main()