Move stuff over from previous incarnation into new frame

Thanks to Simon Wilson for the layout
This commit is contained in:
John Doty 2024-07-08 07:32:37 +09:00
commit 6be6afdbc3
15 changed files with 799 additions and 0 deletions

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
.venv
__pycache__/
*.py[cod]
*$py.class
venv
.eggs
.pytest_cache
*.egg-info
.DS_Store