#!/bin/sh
exec "${PYTHON:-python}" "${0%/*}"/platforms/flower/main.py "$@"
