fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c94f20d322afe7efcdc058feb29910e9828bdf34
[librarian.git]
/
src
/
librarian
/
elements
/
figures
/
kol.py
1
from ..base import WLElement
2
3
4
class Kol(WLElement):
5
EPUB_TAG = HTML_TAG = 'td'