
    -eX                    l    d Z ddlmZ ddlZ ej        e          ZdZd Zedk    r e             dS 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

    )annotationsNmainc                 :    ddl } ddlm}  || j                   dS )z0 Execute the "bokeh" command line program.

    r   Nr   )sysbokeh.command.bootstrapr   argv)r   _mains     .lib/python3.11/site-packages/bokeh/__main__.pyr   r   2   s4     JJJ555555 
E#(OOOOO    __main__)	__doc__
__future__r   logging	getLogger__name__log__all__r    r   r   <module>r      sx    $ # " " " " " g!!	 	 	& zDFFFFF r   