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

if __name__ == "__main__":
    shell = Shell({})
    shell.interact()
