Experimental class-based conversion now working for TXT and HTML.
[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     HTML_CLASS = "motto_podpis"
7