use marshmallow to load json

This commit is contained in:
2020-04-29 22:24:32 +02:00
parent 15909a46b3
commit e0d8a5b867
5 changed files with 42 additions and 14 deletions

14
src/marshm.py Normal file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env python3
from flask_marshmallow import Marshmallow
"""
Marshmallow
"""
__author__ = '@tormakris'
__copyright__ = "Copyright 2020, Birbnetes Team"
__module_name__ = "marshm"
__version__text__ = "1"
ma = Marshmallow()