mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-30 06:30:12 -05:00
8e80faf2d6
* 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)
|