
    -e
                        d Z ddlmZ ddlZ ej        e          ZddlmZ ddl	m
Z
 ddlmZ dZ G d	 d
e          ZdS )a   Download the Bokeh sample data sets to local disk.

To download the Bokeh sample data sets, execute

.. code-block:: sh

    bokeh sampledata

on the command line.

Executing this command is equivalent to running the Python code

.. code-block:: python

    import bokeh.sampledata

    bokeh.sampledata.download()

See :ref:`bokeh.sampledata` for more information on the specific data sets
included in Bokeh's sample data.

    )annotationsN)	Namespace)
sampledata   )
Subcommand)
Sampledatac                  "    e Zd ZdZdZdZd
dZd	S )r   z5 Subcommand to download bokeh sample data sets.

    r   z#Download the bokeh sample data setsargsr   returnNonec                ,    t          j                     dS )z


        N)r   download)selfr
   s     Dlib/python3.11/site-packages/bokeh/command/subcommands/sampledata.pyinvokezSampledata.invokeI   s     	    N)r
   r   r   r   )__name__
__module____qualname____doc__namehelpr    r   r   r   r   ?   s>         
 D0D     r   r   )r   
__future__r   logging	getLoggerr   logargparser   bokehr   
subcommandr   __all__r   r   r   r   <module>r"      s    4 # " " " " " g!!             $ # # # # #         r   