numeracja in epub
[librarian.git] / src / librarian / elements / __init__.py
index c934299..6efd725 100644 (file)
@@ -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,