added shebang for python

This commit is contained in:
Daniele Scasciafratte 2019-04-21 14:57:22 +02:00 committed by GitHub
parent 584d5d7281
commit 0ca08f9ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
from PyQt5.QtCore import *
from PyQt5.QtGui import *
from PyQt5.QtWidgets import *