#!/bin/sh
export PYTHONPATH="/usr/share/debian-app-builder/vendor:$PYTHONPATH"
exec python3 /usr/share/debian-app-builder/DebAppBuilder.py "$@"
