Change: module structure to single file structure as professor requested for some reason...

This commit is contained in:
2026-03-15 04:31:11 +01:00
parent 6e4c05665e
commit ed61afac69
35 changed files with 1569 additions and 1343 deletions

View File

@@ -1,3 +1,4 @@
{
"python.REPL.enableREPLSmartSend": false
"python.REPL.enableREPLSmartSend": false,
"python-envs.defaultEnvManager": "ms-python.python:venv"
}