fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7a149382d4b523128f50102bf7c62cc766ad7968
[librarian.git]
/
src
/
librarian
/
elements
/
poetry
/
wers_cd.py
1
from .wers import Wers
2
3
class WersCd(Wers):
4
def _txt_build_inner(self, builder):
5
builder.push_text(' ' * 24, prepared=True)
6
super(WersCd, self)._txt_build_inner(builder)