0752d476e4
* Remove headers * Changed lineendings to linux style in AUTHORS and CHANGELOG
8 lines
162 B
Python
8 lines
162 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from openslides.projector.api import register_slide_model
|
|
|
|
from .models import Motion
|
|
|
|
register_slide_model(Motion, 'motion/slide.html')
|