#!/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.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())
