__init__.py 66 Bytes
Newer Older
wanli's avatar
wanli committed
1 2 3 4
from marshmallow import Schema

class BaseSchema(Schema):
    pass