#!/bin/bash

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

exec python3 -m jsprog.jsprog "$@"
