diff options
Diffstat (limited to 'bin/main.py')
| -rw-r--r-- | bin/main.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/main.py b/bin/main.py new file mode 100644 index 0000000..2231547 --- /dev/null +++ b/bin/main.py | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | import tk | ||
| 2 | import source as main | ||
| 3 | |||
| 4 | source = main() | ||
| 5 | |||
| 6 | display = tk.Tk() | ||
| 7 | display.title("Kasper") | ||
| 8 | |||
| 9 | display.mainloop() \ No newline at end of file | ||
