X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/92b8744bb51907c7147018d4fb44b0c56298d472..bc7e9351bc22788218e988c188defdbdfbe12fd8:/src/librarian/elements/__init__.py diff --git a/src/librarian/elements/__init__.py b/src/librarian/elements/__init__.py index c934299..6efd725 100644 --- a/src/librarian/elements/__init__.py +++ b/src/librarian/elements/__init__.py @@ -1,6 +1,7 @@ from lxml import etree from . import (blocks, comments, drama, figures, footnotes, front, headers, - masters, paragraphs, poetry, ref, root, separators, styles, themes) + masters, paragraphs, poetry, ref, root, separators, styles, themes, + tools) WL_ELEMENTS = { @@ -115,6 +116,8 @@ WL_ELEMENTS = { "animacja": figures.Animacja, "ilustr": figures.Ilustr, + "numeracja": tools.Numeracja, + # Section "wywiad_pyt": blocks.WywiadPyt, "wywiad_odp": blocks.WywiadOdp,