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