Co-authored-by: StyleZhang <jasonapring2015@outlook.com> Co-authored-by: JzoNg <jzongcode@gmail.com>
4 lines
105 B
Python
4 lines
105 B
Python
from blinker import signal
|
|
|
|
# sender: document
|
|
document_index_created = signal('document-index-created')
|