python: Add shebang to programs

This commit is contained in:
Corentin Le Molgat
2021-04-16 00:21:07 +02:00
parent ea070b4538
commit 7531dd9625
41 changed files with 41 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# Copyright 2010-2021 Google LLC
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.