o
    ìË·e³  ã                   @   sL   d Z ddlmZ ddlmZ ddlmZ ddlmZ ddl	m
Z
 g d¢ZdS )	a@  Shortcut methods for getting set up with Google Cloud Storage.

You'll typically use these to get started with the API:

.. literalinclude:: snippets.py
    :start-after: START storage_get_started
    :end-before: END storage_get_started
    :dedent: 4

The main concepts with this API are:

- :class:`~google.cloud.storage.bucket.Bucket` which represents a particular
  bucket (akin to a mounted disk on a computer).

- :class:`~google.cloud.storage.blob.Blob` which represents a pointer to a
  particular entity in Cloud Storage (akin to a file path on a remote
  machine).
é    )Ú__version__)ÚBatch)ÚBlob)ÚBucket)ÚClient)r   r   r   r   r   N)Ú__doc__Úgoogle.cloud.storage.versionr   Úgoogle.cloud.storage.batchr   Úgoogle.cloud.storage.blobr   Úgoogle.cloud.storage.bucketr   Úgoogle.cloud.storage.clientr   Ú__all__© r   r   úT/var/www/ideatree/venv/lib/python3.10/site-packages/google/cloud/storage/__init__.pyÚ<module>   s   