coder16
updated claudio
67aa1ca
Raw
History Blame Contribute Delete
291 Bytes
"""Capa de acceso a datos: cliente de MongoDB y utilidades."""
from app.database.mongodb import (
get_collection,
get_database,
mongodb,
)
from app.database.objectid import to_object_id
__all__ = [
"get_collection",
"get_database",
"mongodb",
"to_object_id",
]