bc61f9d5afc007f8febbb3c527201cf6a5a6be25
[librarian.git] / src / librarian / elements / figures / wiersz.py
1 from ..base import WLElement
2
3
4 class Wiersz(WLElement):
5     HTML_TAG = 'tr'