class Byebug::LocalInterface

def initialize

def initialize
  super()
  @input = $stdin
  @output = $stdout
  @error = $stderr
end