c38021d8a9bb0951b27ddea09e2d4993a83aaf28
[librarian.git] / src / librarian / elements / blocks / nota.py
1 from ..base import WLElement
2
3
4 class Nota(WLElement):
5     CAN_HAVE_TEXT = False