mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-03-18 10:42:44 -05:00
6 lines
128 B
Python
6 lines
128 B
Python
from examples.dataclasses.worker import Input, say_hello
|
|
|
|
# > Triggering a task
|
|
say_hello.run(input=Input(name="Hatchet"))
|
|
# !!
|