#!/bin/bash

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

export PYTHONPATH="/usr/lib/stddev"

exec python3 "/usr/lib/stddev/stddev.py"