skeleton done
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-25 23:54:52 +01:00
parent 93ee9ce58c
commit 6e3ba36851
14 changed files with 424 additions and 1 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, onSpot Team"
__module_name__ = "marshm"
__version__text__ = "1"
ma = Marshmallow()