mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
4 lines
62 B
Python
4 lines
62 B
Python
from django.dispatch import Signal
|
|
|
|
config_updated = Signal()
|