X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/175c5cf4f727162fa5bddd2460d37595251bbe8e..65ef0306d24eb3126c9f72b89ed021121b40ae2f:/src/librarian/elements/__init__.py?ds=sidebyside diff --git a/src/librarian/elements/__init__.py b/src/librarian/elements/__init__.py index 6ec0ba7..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,7 +116,8 @@ WL_ELEMENTS = { "animacja": figures.Animacja, "ilustr": figures.Ilustr, - "ref": etree.ElementBase, + "numeracja": tools.Numeracja, + # Section "wywiad_pyt": blocks.WywiadPyt, "wywiad_odp": blocks.WywiadOdp,