sticky-angle-28419
hello_output = typing.NamedTuple("OP", greet=str) @task def say_hello() -> hello_output: return hello_output("hello world")