Drop lots of legacy code. Support Python 3.7-3.11.
[librarian.git] / src / librarian / elements / front / dzielo_nadrzedne.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 DzieloNadrzedne(HeaderElement):
8     TXT_BOTTOM_MARGIN = 1
9     TXT_LEGACY_BOTTOM_MARGIN = 1
10
11     HTML_CLASS = "collection"
12
13     def epub_build(self, builder):
14         return