from marshmallow import Schema, fields class ResetPassStart(Schema): username = fields.Str(required=True)