#!/usr/bin/python3 -s
from os.path import basename
from pkgcore import scripts
scripts.run(basename(__file__))
