B
    ‹æ@\µ  ã               @   sL   d Z ddlmZmZmZmZ ddlZe e¡Z	dZ
dd„ ZedkrHeƒ  dS )zÞ Enable execution of the "bokeh" command line program with the ``-m``
switch. For example:

.. code-block:: sh

    python -m bokeh serve --show app.py

is equivalent to

.. code-block:: sh

    bokeh serve --show app.py

é    )Úabsolute_importÚdivisionÚprint_functionÚunicode_literalsN)Úmainc              C   s"   ddl } ddlm} || jƒ dS )z0 Execute the "bokeh" command line program.

    r   N)r   )ÚsysZbokeh.command.bootstrapr   Úargv)r   Ú_main© r
   ú-lib/python3.7/site-packages/bokeh/__main__.pyr   8   s    r   Ú__main__)Ú__doc__Z
__future__r   r   r   r   ZloggingZ	getLoggerÚ__name__ÚlogÚ__all__r   r
   r
   r
   r   Ú<module>   s   
