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