#!/bin/sh
#shell wrapper to call OBB on the command line

python -OO src/OBB.py "$@"
