Add Makefile, black, reformat with black
This commit is contained in:
parent
cfc50b82bb
commit
d2fa4c586f
16 changed files with 978 additions and 366 deletions
|
|
@ -1,7 +1 @@
|
|||
from .model import (
|
||||
RedisModel,
|
||||
HashModel,
|
||||
JsonModel,
|
||||
EmbeddedJsonModel,
|
||||
Field
|
||||
)
|
||||
from .model import EmbeddedJsonModel, Field, HashModel, JsonModel, RedisModel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue