Support both sync and asyncio uses
This commit is contained in:
parent
ca6ae7d6e9
commit
5ab53c916c
10 changed files with 47 additions and 70 deletions
|
|
@ -1,2 +1,2 @@
|
|||
from .migrations.migrator import MigrationError, Migrator
|
||||
from .model import EmbeddedJsonModel, Field, HashModel, JsonModel, RedisModel
|
||||
from .model import EmbeddedJsonModel, Field, HashModel, JsonModel, RedisModel, NotFoundError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue