New Element-based builder API (WiP).
[librarian.git] / src / librarian / elements / drama / lista_osoba.py
1 from ..base import WLElement
2
3
4 class ListaOsoba(WLElement):
5     TXT_TOP_MARGIN = 1
6     TXT_BOTTOM_MARGIN = 1
7     TXT_LEGACY_TOP_MARGIN = 1
8     TXT_LEGACY_BOTTOM_MARGIN = 0
9     TXT_PREFIX = " * "
10