2013-02-20 23:50:34 +01:00
|
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
"""
|
|
|
|
|
openslides.agenda
|
|
|
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
The OpenSlides agenda app appends the functionality to OpenSlides to
|
|
|
|
|
manage agendas.
|
|
|
|
|
|
2013-03-18 12:34:47 +01:00
|
|
|
|
It includes time-management and list of speakers.
|
|
|
|
|
|
2013-04-25 16:18:16 +02:00
|
|
|
|
:copyright: (c) 2011–2013 by the OpenSlides team, see AUTHORS.
|
2013-02-20 23:50:34 +01:00
|
|
|
|
:license: GNU GPL, see LICENSE for more details.
|
|
|
|
|
"""
|
|
|
|
|
|
2013-03-18 12:34:47 +01:00
|
|
|
|
from . import signals, slides
|