Remove DateValue, drop Py<3.6, fix tests.
[librarian.git] / src / librarian / elements / themes / begin.py
1 from ..base import WLElement
2
3
4 class Begin(WLElement):
5     pass