fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
58fc9db2607ebe38069e081d07cc9b23d83e9d8f
[librarian.git]
/
src
/
librarian
/
elements
/
front
/
motto_podpis.py
1
from ..base import WLElement
2
3
4
class MottoPodpis(WLElement):
5
HTML_TAG = "p"
6
HTML_CLASS = "motto_podpis"
7