X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/0ad20be3eadf8dbba51d95c9ca3bfc97825d44c6..25e29292e9cfecc260478aa9b094b8d37ff98eb5:/src/librarian/elements/tools/__init__.py?ds=inline diff --git a/src/librarian/elements/tools/__init__.py b/src/librarian/elements/tools/__init__.py index ad0ab97..0da3599 100644 --- a/src/librarian/elements/tools/__init__.py +++ b/src/librarian/elements/tools/__init__.py @@ -1,8 +1,12 @@ +# This file is part of Librarian, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. See NOTICE for more information. +# from ..base import WLElement class Numeracja(WLElement): - pass + def build_epub(self, builder): + builder.numbering = 0 class Rownolegle(WLElement):