Drop lots of legacy code. Support Python 3.7-3.11.
[librarian.git] / src / librarian / elements / poetry / wers_akap.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 .wers import Wers
5
6
7 class WersAkap(Wers):
8     TXT_PREFIX = '  '
9
10     HTML_ATTR = {
11         "style": "padding-left: 1em"
12     }
13
14     EPUB_ATTR = {
15         "style": "margin-left: 1em"
16     }