X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d26d6a7fdcb2c6e26fd097532765b62fd17b429c..c072a663ad2d9d8871bb76a7e27b3580b7d92222:/src/librarian/elements/themes/motyw.py?ds=sidebyside

diff --git a/src/librarian/elements/themes/motyw.py b/src/librarian/elements/themes/motyw.py
index f9ab197..25369a7 100644
--- a/src/librarian/elements/themes/motyw.py
+++ b/src/librarian/elements/themes/motyw.py
@@ -18,3 +18,6 @@ class Motyw(WLElement):
             "fid": fid,
             "name": "m" + fid,
         }
+
+    def epub_build(self, builder):
+        pass