fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixes for rare caces.
[librarian.git]
/
src
/
librarian
/
elements
/
drama
/
osoba.py
1
from ..base import WLElement
2
3
4
class Osoba(WLElement):
5
EPUB_TAG = HTML_TAG = "em"
6
EPUB_CLASS = HTML_CLASS = "person"
7