#!/bin/sh
# This file is part of the Coral project.
# Please read the copyright notice in the LICENSE file.
#
# Add coral to Python's search path
#
PYTHONPATH=/usr/lib${PYTHONPATH:+:}${PYTHONPATH}
export PYTHONPATH
exec python /usr/lib/coral/coral-start.py "$@"
