MM Arnvind
Results
1
comments of
MM Arnvind
👍 for the suggested solution, would also solve my use case with: ```py class MySchema(OneOfSchema): type_schemas = { True: Schema1, False: Schema2 } ``` But I think this should be...