fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8bd56b407211f0cb0e5f8c12cc506ef676a2bdfb
[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
8
def html_build(self, builder):
9
pass
10
11
def epub_build(self, builder):
12
pass
13
14
def validate(self):
15
return