#!/bin/sh
'''exec' /home/conda/feedstock_root/build_artifacts/bld/rattler-build_mpas_tools_1776206766/host_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/bin/python "$0" "$@"
' '''
import sys
from mpas_tools.landice.cull import define_cull_mask
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(define_cull_mask())
