Began implementing necessary API calls

This commit is contained in:
2024-12-31 18:08:15 +00:00
parent f36d5cfce0
commit 5c7a67b35e
46 changed files with 99 additions and 19166 deletions

View File

@@ -16,7 +16,7 @@
"ms-python.pylint"
]
}
}
},
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
@@ -25,7 +25,7 @@
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "pip3 install --user -r requirements.txt",
"postCreateCommand": "pip3 install --user -r requirements.txt",
// Configure tool-specific properties.
// "customizations": {},