Add shebang

This commit is contained in:
Eragon 2022-12-16 12:38:03 +01:00
parent 575ebee081
commit d7c65345ce
Signed by: Eragon
GPG Key ID: 087126EBFC725006
1 changed files with 2 additions and 0 deletions

2
bridge.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
import logging
import sys