§
    Bf³  ã                   óN   — 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__© ó    úl/home/panchajanya/Development/work/volatility3/lib/python3.11/site-packages/google/cloud/storage/__init__.pyú<module>r      s|   ððð ð& 5Ð 4Ð 4Ð 4Ð 4Ð 4Ø ,Ð ,Ð ,Ð ,Ð ,Ð ,Ø *Ð *Ð *Ð *Ð *Ð *Ø .Ð .Ð .Ð .Ð .Ð .Ø .Ð .Ð .Ð .Ð .Ð .ð ?Ð
>Ð
>€€€r   