
    Ѯh                     L    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y)	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__     o/home/www/academy-backend.kofcorporation.com/venv/lib/python3.12/site-packages/google/cloud/storage/__init__.py<module>r      s"   & 5 , * . . ?r   