class Byebug::Interface

def initialize

def initialize
  @command_queue, @history = [], History.new
end