Update GITGET

This commit is contained in:
TheCookingSenpai 2023-12-29 11:59:33 +00:00 committed by GitHub
parent 7072da01ad
commit 7be8c77f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
GITGET
View File

@ -1,7 +1,13 @@
{
"tasks": [{
"type": "python",
"usage": "gitest",
"name": "gitest"
}]
"tasks": [
{
"type": "pip",
"usage": "gitest",
"name": "gitest"
},
{
"type": "python",
"usage": "python3 standalone.py",
"name": "standalone.py"
]
}