#!/usr/bin/env python
from twosheds import Shell

shell = Shell({})
shell.interact()
