Add base files

This commit is contained in:
Andrew Johnson
2025-02-22 18:46:13 +01:00
parent c7b686d849
commit 81a42fde3c
24 changed files with 1032 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"python.analysis.extraPaths": [
"./venv/lib/python3.10/site-packages"
]
}