refactor so that coordinator instance is available in runner instance #8

Merged
dan merged 16 commits from coordinator-in-runner into dev 2023-12-06 12:05:15 +01:00
Showing only changes of commit 15a2b2777f - Show all commits

6
run.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/bash
RECIPES_PATH=$PWD/recipes
export PYTHONPATH=${PYTHONPATH}:$RECIPES_PATH
python main.py