fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b0fb793dfd615cfa7586d80607621e0f98693126
[librarian.git]
/
src
/
librarian
/
elements
/
drama
/
osoba.py
1
from ..base import WLElement
2
3
4
class Osoba(WLElement):
5
HTML_TAG = "em"
6
HTML_CLASS = "person"
7