fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
27dca30fb7b246cef37cf3ae383de180dc3accd9
[librarian.git]
/
src
/
librarian
/
elements
/
drama
/
kwestia.py
1
from ..base import WLElement
2
3
4
class Kwestia(WLElement):
5
CAN_HAVE_TEXT = False
6
7
HTML_TAG = "div"
8
HTML_CLASS = "kwestia"