class Byebug::Interface

def initialize

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