fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1e9d53fa06ee966bbde116b6d56dc2e5bec97814
[librarian.git]
/
src
/
librarian
/
elements
/
tools
/
__init__.py
1
from ..base import WLElement
2
3
4
class Numeracja(WLElement):
5
pass
6