4 lines
67 B
Python
4 lines
67 B
Python
|
|
import django.dispatch
|
||
|
|
|
||
|
|
org_sync_signal = django.dispatch.Signal()
|