assigning ids
[librarian.git] / src / librarian / elements / front / motto_podpis.py
1 from ..base import WLElement
2
3
4 class MottoPodpis(WLElement):
5     SHOULD_HAVE_ID = True
6     HTML_TAG = "p"
7     EPUB_CLASS = HTML_CLASS = "motto_podpis"
8
9     EPUB_TAG = "div"
10