Mark Bastawros
Results
1
issues of
Mark Bastawros
Hello i am trying to create a class that inherits from `Schema` and that validates the data passed to it right away. Something like this: ```python class MediaInputSchema(Schema): def __init__(self,...