1
0
mirror of https://github.com/aidygus/LinVAM.git synced 2024-11-14 13:18:06 +11:00

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

View File

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