
    ]*i                    P    d Z ddlmZ ddlmZ ddlmZ ddlmZm	Z	m
Z
mZmZ g dZy)a  GridFS is a specification for storing large objects in Mongo.

The :mod:`gridfs` package is an implementation of GridFS on top of
:mod:`pymongo`, exposing a file-like interface.

.. seealso:: The MongoDB documentation on `gridfs <https://dochub.mongodb.org/core/gridfs>`_.
    )annotations)NoFile)DEFAULT_CHUNK_SIZE)GridFSGridFSBucketGridInGridOutGridOutCursor)r   r   r   r   r   r	   r
   N)__doc__
__future__r   gridfs.errorsr   gridfs.grid_file_sharedr   gridfs.synchronous.grid_filer   r   r   r	   r
   __all__     U/home/alumno/antonio/venv/lib/python3.12/site-packages/gridfs/synchronous/__init__.py<module>r      s&    #   6 r   