Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Severian
/
dify
like
0
Paused
App
Files
Files
Community
a300380
dify
/
api
/
events
/
tenant_event.py
Severian
initial commit
a8b3f00
16 days ago
raw
Copy download link
history
blame
Safe
163 Bytes
from
blinker
import
signal
# sender: tenant
tenant_was_created = signal(
"tenant-was-created"
)
# sender: tenant
tenant_was_updated = signal(
"tenant-was-updated"
)