First Version (#1)

Co-authored-by: Anujith Muraleedharan <140189296+AnujithM@users.noreply.github.com>
This commit is contained in:
Andrew Johnson
2025-03-22 16:06:45 +01:00
committed by GitHub
parent 81a42fde3c
commit 26b19a909f
51 changed files with 2348 additions and 1030 deletions

View File

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