mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-01 06:11:02 -06:00
8 lines
132 B
Python
8 lines
132 B
Python
from hatchet_sdk import Hatchet
|
|
|
|
hatchet = Hatchet()
|
|
|
|
# > Define a workflow
|
|
simple = hatchet.workflow(name="example-workflow")
|
|
# !!
|