#!/bin/sh

PYTHON="/usr/bin/python3"

if [ -f $PYTHON ]; then
    $PYTHON /usr/bin/py3compile.exec $*
fi
