Files
hatchet/sdks/python/examples/simple/workflow.py
matt 4a50e454a6 Fix: Python docs examples (#2255)
* feat: client example

* fix: batch i

* fix: batch ii

* fix: batch iii

* fix: batch iv
2025-09-05 15:08:23 -04:00

8 lines
132 B
Python

from hatchet_sdk import Hatchet
hatchet = Hatchet()
# > Define a workflow
simple = hatchet.workflow(name="example-workflow")
# !!