- add marshmallow-sqlalchemy marshmallow for inserting db data via deserialization

This commit is contained in:
Arno Kaimbacher 2022-02-22 16:36:49 +01:00
parent c62eb2cdb0
commit 1dafc5824c
10 changed files with 118 additions and 189 deletions

View file

@ -1,2 +1,3 @@
# For relative imports to work in Python 3.6
import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
# print(f'Invoking __init__.py for {__name__}')