Drop lots of legacy code. Support Python 3.7-3.11.
[librarian.git] / src / librarian / elements / styles / __init__.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 .indeks_dolny import IndeksDolny
5 from .mat import Mat
6 from .slowo_obce import SlowoObce
7 from .tytul_dziela import TytulDziela
8 from .wieksze_odstepy import WiekszeOdstepy
9 from .wyroznienie import Wyroznienie
10 from .www import WWW