#!/bin/sh
'''exec' /home/conda/feedstock_root/build_artifacts/bld/rattler-build_plotpy_1777915720/host_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/python "$0" "$@"
' '''
import sys
from plotpy.tests.benchmarks import run
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(run())
