
    hjeE	                    ^    d Z ddlmZ ddlZ ej        e          ZddlmZm	Z	m
Z
mZmZ dZdS )a   Provides client API for connecting to a Bokeh server from a Python
process.

The primary uses for the ``bokeh.client`` are:

* Implementing testing infrastructure around Bokeh applications
* Creating and customizing specific sessions of a Bokeh application
  running *in a Bokeh Server*, before passing them to a viewer.

While it is also possible to run Bokeh application code "outside" a Bokeh
server using ``bokeh.client``, this practice is **HIGHLY DISCOURAGED**.

    )annotationsN   )DEFAULT_SESSION_IDClientSessionpull_sessionpush_sessionshow_session)r   r   r   r   r	   )__doc__
__future__r   logging	getLogger__name__logsessionr   r   r   r   r	   __all__     5lib/python3.11/site-packages/bokeh/client/__init__.py<module>r      s    " # " " " " " g!!             r   