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