from marshmallow import Schema, fields class ResetPassVerify(Schema): reset_token = fields.Str(required=True)