fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
543627102807a4d0fe74c96b14e78ffb30e4ce1d
[librarian.git]
/
src
/
librarian
/
elements
/
blocks
/
dedykacja.py
1
from ..base import WLElement
2
3
4
class Dedykacja(WLElement):
5
TXT_LEGACY_TOP_MARGIN = 2
6
7
HTML_TAG = "div"
8
HTML_CLASS = "dedication"