fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Some reorg.
[librarian.git]
/
src
/
librarian
/
elements
/
drama
/
miejsce_czas.py
1
from ..paragraphs import Akap
2
3
4
class MiejsceCzas(Akap):
5
EPUB_CLASS = HTML_CLASS = 'place-and-time'
6
7
EPUB_TAG = "div"
8