#!/bin/sh
PYTHONPATH=$PYTHONPATH:"$( dirname "$( readlink -f "$0" )" )/.." \
exec python3 -m MotionPhoto2.motionphoto2 "$@"
