summaryrefslogtreecommitdiff
path: root/bin/kasper_gui.py
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2024-11-08 13:46:50 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2024-11-08 13:46:50 +0100
commit847cd6ee4afa70acf408f1166274d30347624f0e (patch)
tree9aebd42c2b2551d946ae1000035f78a25138a72d /bin/kasper_gui.py
parent5a768dcb03ea90fc3be113ff73f6ee603fcda5f2 (diff)
added another comment
Diffstat (limited to 'bin/kasper_gui.py')
-rw-r--r--bin/kasper_gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/kasper_gui.py b/bin/kasper_gui.py
index 77adba2..d94784d 100644
--- a/bin/kasper_gui.py
+++ b/bin/kasper_gui.py
@@ -7,4 +7,5 @@ photo = PhotoImage(file="icon.png")
display.iconphoto(False, photo)
# making 2 versions IOS AND DESKTOP
+# with swiftUI
display.mainloop()