#!/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_f7_v8m9886/croot/jsonpath-ng_1736366681338/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from jsonpath_ng.bin.jsonpath import entry_point
if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(entry_point())
