prelim cli, working core

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-29 17:50:34 -07:00
parent 39c0ad1f7c
commit f4fb70e23b
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
7 changed files with 464 additions and 181 deletions

4
test/test_pp.csv Normal file
View file

@ -0,0 +1,4 @@
position, Alice, Bob, Charlie
pos1, 3, 2, 1
pos2, 2, 3, 1
pos3, 3, 1, 2
1 position Alice Bob Charlie
2 pos1 3 2 1
3 pos2 2 3 1
4 pos3 3 1 2