aboutsummaryrefslogtreecommitdiff
path: root/test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_client.py')
-rw-r--r--test_client.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/test_client.py b/test_client.py
new file mode 100644
index 0000000..cd7d338
--- /dev/null
+++ b/test_client.py
@@ -0,0 +1,10 @@
+import dbus
+
+bus = dbus.SessionBus()
+
+
+time = bus.get_object("de.rwa.rwa", "/RWA")
+
+
+curr = time.start()
+print("Your VNC session is", curr)