init of convert.py for mongodb implementation

This commit is contained in:
andrei 2022-06-23 13:54:27 +03:00
parent 88c58a1dbf
commit ce29632333

View File

@ -22,7 +22,7 @@ generic backend interfaces to the implementations in this module.
"""
# Register the single dispatched modules on import.
from planetmint.backend.localmongodb import schema, query # noqa
from planetmint.backend.localmongodb import schema, query, convert # noqa
# MongoDBConnection should always be accessed via
# ``planetmint.backend.connect()``.