mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-01 06:11:02 -06:00
5 lines
81 B
Python
5 lines
81 B
Python
# > Create a Hatchet client
|
|
from hatchet_sdk import Hatchet
|
|
|
|
hatchet = Hatchet()
|