Drop lots of legacy code. Support Python 3.7-3.11.
[librarian.git] / src / librarian / elements / comments / abstrakt.py
index 9b43dc3..09be8ae 100644 (file)
@@ -1,3 +1,6 @@
+# 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
 
 
@@ -7,3 +10,6 @@ class Abstrakt(WLElement):
 
     def html_build(self, builder):
         pass
+
+    def epub_build(self, builder):
+        pass