fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
646833c1f809586f22a0286d70c619a338293c72
[librarian.git]
/
src
/
librarian
/
elements
/
drama
/
naglowek_listy.py
1
# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
2
# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
3
#
4
from ..base import WLElement
5
6
7
class NaglowekListy(WLElement):
8
SHOULD_HAVE_ID = True
9
10
HTML_TAG = "h3"
11
12
EPUB_TAG = "div"
13
EPUB_CLASS = "h3"