#!/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_06df0fea-0a40-459d-a7c3-62b0291c8f4dxa2eoha_/croots/recipe/bokeh_1652966763969/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/bin/python

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

from bokeh.__main__ import main

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