#!/usr/bin/env python3

from baboossh import Shell

if __name__ == '__main__':
    Shell().cmdloop()

