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

python src/OBB.py "$@"
