#!/bin/bash cd "$(dirname "$0")" source venv/bin/activate export PYTHONPATH=$PYTHONPATH:$(pwd) python3 src/server.py