X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d26d6a7fdcb2c6e26fd097532765b62fd17b429c..db91f942ce46e3af1420f3469a83257ef5aca4c2:/src/librarian/elements/themes/motyw.py 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