New EPUB builder, other minor changes.
[librarian.git] / src / librarian / elements / figures / wiersz.py
1 from ..base import WLElement
2
3
4 class Wiersz(WLElement):
5     EPUB_TAG = HTML_TAG = 'tr'