• wanli's avatar
    update · e339fd7a
    wanli authored
    e339fd7a
__init__.py 66 Bytes
from marshmallow import Schema

class BaseSchema(Schema):
    pass