mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-08 09:49:41 -06:00
6 lines
110 B
Python
6 lines
110 B
Python
from hatchet_sdk import new_client
|
|
|
|
client = new_client()
|
|
|
|
client.event.push("user:create", {"test": "test"})
|