Initial commit

This commit is contained in:
Nick Touran 2025-09-22 14:54:12 -04:00
commit 56a79e3562
55 changed files with 1905 additions and 0 deletions

8
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"esbonio.sphinx.confDir": "",
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
}