summaryrefslogtreecommitdiff
path: root/gui.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-05-25 03:16:21 +0200
committeremkael <emkael@tlen.pl>2019-05-25 03:16:21 +0200
commit9aef8ec85fa1b4b8db4274c33b99e5773f4f4242 (patch)
treed0af8a5704e28dabc2dc48043fcbedb73001d14c /gui.py
parentdd7902ef7b46f598973cf85541d2e5f63ec2943d (diff)
Basic GUI structure:
* main window with tab manager * page settings tab
Diffstat (limited to 'gui.py')
-rw-r--r--gui.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui.py b/gui.py
new file mode 100644
index 0000000..3677b41
--- /dev/null
+++ b/gui.py
@@ -0,0 +1,4 @@
+from jfr_playoff.gui import PlayoffGUI
+
+gui = PlayoffGUI()
+gui.run()