1 # This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
4 from .base import HeaderElement
7 class AutorUtworu(HeaderElement):
9 TXT_LEGACY_BOTTOM_MARGIN = 2
11 HTML_CLASS = 'wl author'
13 def epub_build(self, builder):