Created
March 31, 2019 00:25
-
-
Save Sytten/2761fedc8e428823fe797ea822a4fed8 to your computer and use it in GitHub Desktop.
Flask-Rebar-2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from marshmallow import fields, Schema | |
class HealthSchema(Schema): | |
status = fields.String() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment