Skip to content

Instantly share code, notes, and snippets.

@Sytten
Created March 31, 2019 00:25
Show Gist options
  • Save Sytten/2761fedc8e428823fe797ea822a4fed8 to your computer and use it in GitHub Desktop.
Save Sytten/2761fedc8e428823fe797ea822a4fed8 to your computer and use it in GitHub Desktop.
Flask-Rebar-2
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