#!/bin/sh
export PYTHONPYCACHEPREFIX=~/.cache/python

python3.13 `dirname "$0"`/scal3/ui_gtk/starcal-main.py "$@"
