mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-15 08:03:37 +02:00
init
This commit is contained in:
commit
4937dbfde4
13 changed files with 169 additions and 0 deletions
10
software/edubrm
Executable file
10
software/edubrm
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
import sys
|
||||
from PyQt4.QtGui import QApplication
|
||||
from main import Main
|
||||
|
||||
app = QApplication(sys.argv)
|
||||
window = Main()
|
||||
window.show()
|
||||
sys.exit(app.exec_())
|
Loading…
Add table
Add a link
Reference in a new issue