metasploit-framework/lib/msf/ui/console.rb

12 lines
108 B
Ruby

# -*- coding: binary -*-
module Msf
module Ui
module Console
end
end
end
require 'msf/ui/console/driver'