B
    ˆuf³  ã               @   sR   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
 ddd	d
dg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)ÚClientr   r   r   r   r   N)Ú__doc__Zgoogle.cloud.storage.versionr   Zgoogle.cloud.storage.batchr   Zgoogle.cloud.storage.blobr   Zgoogle.cloud.storage.bucketr   Zgoogle.cloud.storage.clientr   Ú__all__© r	   r	   ú_/home/ankuromar296_gmail_com/myenv/lib/python3.7/site-packages/google/cloud/storage/__init__.pyÚ<module>    s   