Initial commit

This commit is contained in:
phil 2023-11-06 17:04:17 +05:30
commit 3355b9d716
15 changed files with 1635 additions and 0 deletions

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

@ -0,0 +1,8 @@
{
"python.analysis.extraPaths": [
"${workspaceFolder}/__pypackages__/3.11/lib"
],
"python.autoComplete.extraPaths": [
"${workspaceFolder}/__pypackages__/3.11/lib"
]
}