New Element-based builder API (WiP).
[librarian.git] / src / librarian / elements / front / motto.py
1 from ..base import WLElement
2
3
4 class Motto(WLElement):
5     TXT_LEGACY_TOP_MARGIN = 4
6     TXT_LEGACY_BOTTOM_MARGIN = 2