fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5848aa6d6fd27800b8353f051c412623cbd1fdf7
[librarian.git]
/
src
/
librarian
/
elements
/
styles
/
slowo_obce.py
1
from ..base import WLElement
2
3
4
class SlowoObce(WLElement):
5
EPUB_TAG = HTML_TAG = 'em'
6
EPUB_CLASS = HTML_CLASS = 'foreign-word'