#!/bin/sh
export PYTHONPATH=$(dirname $0):$PYTHONPATH
exec python3 -P -m uimadcad "$@"
