All checks were successful
continuous-integration/drone/push Build is passing
15 lines
231 B
Python
15 lines
231 B
Python
#!/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()
|