Skip to content

Commit

Permalink
Implemented Sync support
Browse files Browse the repository at this point in the history
  • Loading branch information
gurcuff91 committed Apr 7, 2024
1 parent 8d80b42 commit e18402d
Show file tree
Hide file tree
Showing 6 changed files with 699 additions and 262 deletions.
3 changes: 2 additions & 1 deletion mongotoy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

from .fields import field, reference
from .documents import EmbeddedDocument, Document
from .documents import Document, EmbeddedDocument
from .db import Engine
from .sync import enable_sync_mode
Loading

0 comments on commit e18402d

Please sign in to comment.