index
:
teamy-playoff
bugfixes
custom-positioning
dependabot/pip/lxml-4.6.2
dependabot/pip/lxml-4.6.3
dependabot/pip/lxml-4.6.5
dependabot/pip/lxml-4.9.1
devel
gui
https-tests
i18n
info-boxes
master
mysql-import-on-demand
next-round-prognosis
position-boxes
position-styles
refactor
tkinter-imports
v1.2.1
verbose_logging
Playoff HTML generator for JFR Teamy
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui.py
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'gui.py')
-rw-r--r--
gui.py
4
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()