#!/usr/local/bin/python2.7

import sys

from bokeh.command.bootstrap import main

main(sys.argv)
