feat: first attempt at a gui for managing sessions

This commit is contained in:
Joe Fleming
2026-03-07 11:52:39 -07:00
commit ad7030ae38
9 changed files with 1046 additions and 0 deletions

3
mise.toml Normal file
View File

@@ -0,0 +1,3 @@
[tools]
python = "3.14.3"
sqlite = "3.51.2"