__init__.py 66 Bytes EditWeb IDE 1 2 3 4 from marshmallow import Schema class BaseSchema(Schema): pass