forked from github/pelican
4 lines
134 B
Python
4 lines
134 B
Python
from blinker import signal
|
|
|
|
initialized = signal('pelican_initialized')
|
|
article_generate_context = signal('article_generate_context')
|