Files
hatchet/examples/python/dataclasses/trigger.py
github-actions[bot] f12c3e96ce chore: regenerate examples (#2477)
Co-authored-by: GitHub Action <action@github.com>
2025-11-01 00:28:24 +01:00

4 lines
101 B
Python

from examples.dataclasses.worker import Input, say_hello
say_hello.run(input=Input(name="Hatchet"))