fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Support for ref.
[librarian.git]
/
src
/
librarian
/
elements
/
poetry
/
wers_do_prawej.py
1
from .wers import Wers
2
3
4
class WersDoPrawej(Wers):
5
TXT_PREFIX = ' '
6
7
HTML_ATTR = {
8
"style": "text-align: right",
9
}