from mode.ipython import Ipython

class Console(Ipython):
    name      = 'Console'
    colors    = {}
    _bindings = {
        'open-console': ('M-e',),
    }

install = Console.install