#!/bin/bash
set -eux
cd "$(dirname "$0")"
exec python3 -m axol "$@"
