OpenSlides/openslides/agenda/__init__.py

5 lines
131 B
Python
Raw Normal View History

2012-02-09 01:46:58 +01:00
from projector.api import register_slidefunc
from agenda.slides import agenda_show
register_slidefunc('agenda_show', agenda_show)