class Byebug::LocalInterface

def initialize

def initialize
  super()
  @input = STDIN
  @output = STDOUT
  @error = STDERR
end