Drop lots of legacy code. Support Python 3.7-3.11.
[librarian.git] / src / librarian / elements / blocks / ramka.py
index d8dd5f0..5501d4f 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
 
 
@@ -5,3 +8,5 @@ class Ramka(WLElement):
     HTML_TAG = "div"
     HTML_CLASS = "ramka"
 
+    EPUB_TAG = "div"
+    EPUB_CLASS = "frame"