#!python
from os.path import basename
from pkgcheck import scripts
scripts.run(basename(__file__))
