#!/usr/bin/env python3
import os
#os.system("qml6 /etc/zk-data-client/qml/Main.qml") # For Debian Trixie
os.system("qmlscene /etc/zk-data-client/qml/Main.qml") # For Debian Bookworm
