fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New Element-based builder API (WiP).
[librarian.git]
/
src
/
librarian
/
elements
/
poetry
/
__init__.py
diff --git a/src/librarian/elements/poetry/__init__.py
b/src/librarian/elements/poetry/__init__.py
new file mode 100644
(file)
index 0000000..
80fdc4f
--- /dev/null
+++ b/
src/librarian/elements/poetry/__init__.py
@@ -0,0
+1,5
@@
+from .strofa import Strofa
+from .wers_cd import WersCd
+from .wers import Wers
+from .wers_wciety import WersWciety
+from .zastepnik_wersu import ZastepnikWersu