initial commit
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Fri, 10 Jul 2026 21:52:28 +0000 (00:52 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Fri, 10 Jul 2026 21:52:28 +0000 (00:52 +0300)
commit8189927962a782c5a7083846783ff479e5c5b4b5
treeac01d794559e1118126b48f1e3fad292e7948ba3
initial commit
.gitignore [new file with mode: 0644]
Tools/Open with IntelliJ IDEA [new file with mode: 0755]
__init__.py [new file with mode: 0644]
doc/index.org [new file with mode: 0644]
install.sh [new file with mode: 0755]
plugin.yaml [new file with mode: 0644]
run-tests.sh [new file with mode: 0755]
src/retinue/__init__.py [new file with mode: 0644]
src/retinue/memory.py [new file with mode: 0644]
src/retinue/provider.py [new file with mode: 0644]
test/test_standalone.py [new file with mode: 0644]