changed some

This commit is contained in:
2024-08-21 01:24:22 +02:00
parent 319fceddd0
commit acd6b00420
8 changed files with 323 additions and 39 deletions

View File

@ -44,6 +44,6 @@
"python shebang" : {
"scope": "python",
"prefix": "sb",
"body": "#!/usr/bin/python3"
"body": "#!/usr/bin/env python3"
}
}