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