#!/bin/sh

LIB=$(python3 -Ic "from sysconfig import get_path; print(get_path('purelib'))")
cd $LIB/azote
exec /usr/bin/python3 main.py "$@"
