fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2f3eec433517d462ba2d2dbc9e0c23d8b260a59b
[librarian.git]
/
src
/
librarian
/
elements
/
drama
/
naglowek_listy.py
1
from ..base import WLElement
2
3
4
class NaglowekListy(WLElement):
5
SHOULD_HAVE_ID = True
6
7
HTML_TAG = "h3"
8
9
EPUB_TAG = "div"
10
EPUB_CLASS = "h3"