Add crudkit!
This commit is contained in:
parent
30ec29d497
commit
559fd56f33
28 changed files with 881 additions and 23 deletions
8
crudkit/__init__.py
Normal file
8
crudkit/__init__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from .mixins import CrudMixin
|
||||
from .dsl import QuerySpec
|
||||
from .eager import default_eager_policy
|
||||
from .service import CrudService
|
||||
from .serialize import serialize
|
||||
from .blueprint import make_blueprint
|
||||
|
||||
__all__ = ["CrudMixin", "QuerySpec", "default_eager_policy", "CrudService", "serialize", "make_blueprint"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue