Experimental class-based conversion now working for TXT and HTML.
[librarian.git] / src / librarian / elements / comments / uwaga.py
index 5a5e26c..adf908b 100644 (file)
@@ -5,3 +5,5 @@ class Uwaga(WLElement):
     def txt_build(self, builder):
         pass
 
+    def html_build(self, builder):
+        pass