#!/usr/bin/python3
import sys

sys.path.insert(0, "/usr/share/deb-build-artifact-gather")

from deb_build_artifact_gather.__main__ import main

main()
