michael-0acf4

Results 2 comments of michael-0acf4
trafficstars

I ended up using class approach Example output scripts/example.py (entry point) ```python from .example_types import Output, Object26, typed_duplicate, Input, typed_add, TypeAddResult @typed_duplicate def duplicate(inp: Input) -> Output: # TODO: write...

> Looking good and simple. Missing tests though. Right, but at this point it's just user side code, there is really nothing to test against it. Raw serialize is an...