class KPM::Installer

def self.from_file(config_path, logger=nil)

def self.from_file(config_path, logger=nil)
  Installer.new(YAML::load_file(config_path), logger)
end