mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-24 11:18:35 -05:00
5062bf1e3e
New SDKs and docs for the v1 release.
4 lines
121 B
Python
4 lines
121 B
Python
from examples.delayed.worker import PrinterInput, print_schedule_wf
|
|
|
|
print_schedule_wf.run(PrinterInput(message="test"))
|