fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5a5e26c497e787164244bd6eca0ef85665fd2f6e
[librarian.git]
/
src
/
librarian
/
elements
/
comments
/
uwaga.py
1
from ..base import WLElement
2
3
4
class Uwaga(WLElement):
5
def txt_build(self, builder):
6
pass
7