New Element-based builder API (WiP).
[librarian.git] / src / librarian / elements / blocks / nota.py
diff --git a/src/librarian/elements/blocks/nota.py b/src/librarian/elements/blocks/nota.py
new file mode 100644 (file)
index 0000000..c38021d
--- /dev/null
@@ -0,0 +1,5 @@
+from ..base import WLElement
+
+
+class Nota(WLElement):
+    CAN_HAVE_TEXT = False