fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fa09fc7c27857ac8a4a5e5ba39f8ba2e70122d3b
[librarian.git]
/
src
/
librarian
/
elements
/
figures
/
kol.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 Kol(WLElement):
8
EPUB_TAG = HTML_TAG = 'td'
9
TXT_PREFIX = ' ' * 4