#!/usr/bin/bash

. /usr/share/opengl-games-utils/opengl-game-functions.sh

APP=impressive

checkDriOK $APP

exec /usr/lib/python3.14/site-packages/$APP.py "$@"
