add travis config

This commit is contained in:
2020-11-27 04:30:44 +01:00
parent a194b60077
commit 8c75b3a01e
3 changed files with 26 additions and 14 deletions

View File

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