mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-01 14:19:54 -06:00
* api changes * doc changes * move docs * generated * generate * pkg * backmerge main * revert to main * revert main * race? * remove go tests
6 lines
105 B
Python
6 lines
105 B
Python
from examples.lifespans.worker import lifespan_workflow
|
|
|
|
result = lifespan_workflow.run()
|
|
|
|
print(result)
|