Text converter updated.
[librarian.git] / src / librarian / elements / front / autor_utworu.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 HeaderElement
5
6
7 class AutorUtworu(HeaderElement):
8     TXT_BOTTOM_MARGIN = 2
9
10     HTML_CLASS = 'wl author'
11
12     def epub_build(self, builder):
13         return