#!/bin/bash

prefix=/usr
PYTHON_PREFIX=${prefix}
export PYTHONPATH=${prefix}/lib/python3.9/site-packages

exec python3 -m jsprog.jsprog "$@"
