#!/bin/sh
: "${QT_API:=pyqt6}"
export QT_API
exec python -OO /opt/hydrus/hydrus_client.py "$@"
