mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-30 13:19:44 -06:00
* api changes * doc changes * move docs * generated * generate * pkg * backmerge main * revert to main * revert main * race? * remove go tests
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"))
|