New EPUB builder, other minor changes.
[librarian.git] / src / librarian / elements / front / motto_podpis.py
1 from ..base import WLElement
2
3
4 class MottoPodpis(WLElement):
5     HTML_TAG = "p"
6     EPUB_CLASS = HTML_CLASS = "motto_podpis"
7
8     EPUB_TAG = "div"
9