New EPUB builder, other minor changes.
[librarian.git] / src / librarian / elements / comments / abstrakt.py
index 9b43dc3..887712b 100644 (file)
@@ -7,3 +7,6 @@ class Abstrakt(WLElement):
 
     def html_build(self, builder):
         pass
+
+    def epub_build(self, builder):
+        pass