#!/usr/bin/env bash
cd "$(dirname "$(realpath "$0")")"
exec python3 -c "from nothing_app.application import main; main()" "$@"
