content
[librarian.git] / src / librarian / elements / tools / __init__.py
index ad0ab97..0da3599 100644 (file)
@@ -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):
 from ..base import WLElement
 
 
 class Numeracja(WLElement):
-    pass
+    def build_epub(self, builder):
+        builder.numbering = 0
 
 
 class Rownolegle(WLElement):
 
 
 class Rownolegle(WLElement):