
if [ -d "$PROJECT_ROOT" ]; then
	source $PROJECT_ROOT/.venv/bin/activate
	PATH="$PATH:$PROJECT_ROOT/bin"
fi
