forked from github/pelican
5 lines
178 B
Python
5 lines
178 B
Python
from blinker import signal
|
|
|
|
initialized = signal('pelican_initialized')
|
|
article_generate_context = signal('article_generate_context')
|
|
github_activity = signal('github_activity')
|