fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixes for rare caces.
[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