8fee12718c34d419ccd80211786dcf0ac4e4b38c
[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