mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-06 08:49:53 -06:00
6 lines
86 B
Python
6 lines
86 B
Python
# > Create a Hatchet client
|
|
from hatchet_sdk import Hatchet
|
|
|
|
hatchet = Hatchet()
|
|
# !!
|