#!/bin/bash

CALCULATOR_HOME="$(cd "$(dirname "$0")" && pwd)"

export PYTHONPATH="/usr/lib/calculator"

exec python3 "/usr/lib/calculator/calc.py"