WIP on README - first draft

This commit is contained in:
Andrew Brookins 2021-10-19 15:06:50 -07:00
parent 703be3e0fa
commit 62240723ca
17 changed files with 197 additions and 21 deletions

View file

@ -0,0 +1,7 @@
from .model import (
RedisModel,
HashModel,
JsonModel,
EmbeddedJsonModel,
Field
)