Files
hatchet/sdks/python/examples/timeout/event.py
2025-03-11 14:57:13 -04:00

6 lines
110 B
Python

from hatchet_sdk import new_client
client = new_client()
client.event.push("user:create", {"test": "test"})