#!/bin/sh
'''exec' /Users/runner/miniforge3/conda-bld/bld/rattler-build_mpas_tools_1775207285/host_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/bin/python "$0" "$@"
' '''
import sys
from mpas_tools.mesh.mask import entry_point_compute_mpas_region_masks
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(entry_point_compute_mpas_region_masks())
