Experimental class-based conversion now working for TXT and HTML.
[librarian.git] / src / librarian / elements / styles / www.py
1 from ..base import WLElement
2
3
4 class WWW(WLElement):
5     pass