Epub: fixes #4164, #4166
[librarian.git] / src / librarian / elements / drama / naglowek_listy.py
1 from ..base import WLElement
2
3
4 class NaglowekListy(WLElement):
5     HTML_TAG = "h3"