module KPM::Tasks

def install(config_file)

def install(config_file)
  Installer.from_file(config_file).install
end