forked from Wobbl/Wobuzz
Added "Track Control" gui.
This commit is contained in:
commit
b158a234fd
6 changed files with 91 additions and 0 deletions
10
wobuzz/gui.py
Normal file
10
wobuzz/gui.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
from ui.main_window import MainWindow
|
||||
|
||||
|
||||
class GUI:
|
||||
def __init__(self):
|
||||
self.window = MainWindow()
|
||||
|
||||
self.window.show()
|
Loading…
Add table
Add a link
Reference in a new issue