Experimental class-based conversion now working for TXT and HTML.
[librarian.git] / src / librarian / elements / drama / osoba.py
index fea8d60..b0fb793 100644 (file)
@@ -2,5 +2,6 @@ from ..base import WLElement
 
 
 class Osoba(WLElement):
-    pass
+    HTML_TAG = "em"
+    HTML_CLASS = "person"