mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-31 13:49:48 -06:00
7 lines
127 B
Python
7 lines
127 B
Python
from hatchet_sdk import Hatchet
|
|
|
|
hatchet = Hatchet()
|
|
|
|
# > Define a workflow
|
|
simple = hatchet.workflow(name="example-workflow")
|