#!/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_c4eba9b2-d327-4c51-b901-04ef83bc73f52vbf3yju/croots/recipe/pyarrow_1657263526558/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_plac/bin/python

# -*- coding: utf-8 -*-
import re
import sys

from pyarrow import _plasma_store_entry_point

if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
    sys.exit(_plasma_store_entry_point())
