
    l h                    l    d Z ddlmZ ddlmZmZmZmZ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)AsyncGridFSAsyncGridFSBucketAsyncGridInAsyncGridOutAsyncGridOutCursor)NoFile)DEFAULT_CHUNK_SIZE)GridFSGridFSBucketGridInGridOutGridOutCursor)r   r   r   r   r	   r
   r   r   r   r   r   r   N)__doc__
__future__r   gridfs.asynchronous.grid_filer   r   r   r   r   gridfs.errorsr	   gridfs.grid_file_sharedr
   gridfs.synchronous.grid_filer   r   r   r   r   __all__     u/var/www/html/SchoolMeal/SchoolMeal/pds_admin_SchoolMeal/Backend/venv/lib/python3.12/site-packages/gridfs/__init__.py<module>r      s2    #  ! 6 r   