#!/usr/bin/env sh
set -eu
. .venv/bin/activate
exec python start_native.py
