From 169ab084242393d2c608b7d55b4dd2b52284192c Mon Sep 17 00:00:00 2001 From: Didictateur Date: Mon, 9 Feb 2026 10:25:26 +0100 Subject: [PATCH] added visual confirmation --- ronrunner_1.0~beta1-1/usr/bin/ronrunner | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ronrunner_1.0~beta1-1/usr/bin/ronrunner b/ronrunner_1.0~beta1-1/usr/bin/ronrunner index f6160bf..e420326 100755 --- a/ronrunner_1.0~beta1-1/usr/bin/ronrunner +++ b/ronrunner_1.0~beta1-1/usr/bin/ronrunner @@ -1,3 +1,5 @@ #!/usr/bin/env python3 from tkinter import * from tkinter import ttk + +print("Work in progress") \ No newline at end of file