mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-31 05:39:41 -06:00
4 lines
101 B
Python
4 lines
101 B
Python
from examples.dataclasses.worker import Input, say_hello
|
|
|
|
say_hello.run(input=Input(name="Hatchet"))
|