X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d26d6a7fdcb2c6e26fd097532765b62fd17b429c..fdcbc69e0f1f8f4945cd37c1e10be34a910d48c6:/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