This commit is contained in:
2021-11-11 13:31:27 +01:00
commit b92ac6b19f
9 changed files with 413 additions and 0 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 2021, KMLabz Team"
__module_name__ = "marshm"
__version__text__ = "1"
ma = Marshmallow()