#!/bin/bash -eu
cd "$(dirname "$0")"

PYTHONPATH=src exec python3 -m kobuddy "$@"
