mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-10 02:39:46 -06:00
8 lines
121 B
Python
8 lines
121 B
Python
from hatchet_sdk import Hatchet
|
|
|
|
hatchet = Hatchet()
|
|
|
|
# ❓ Event trigger
|
|
hatchet.event.push("user:create", {})
|
|
# ‼️
|