#!/bin/sh
export PYTHONPATH="/usr/share/LightCalc/vendor:$PYTHONPATH"
exec python3 /usr/share/LightCalc/LightCalc.py "$@"
