class TerraformLandscape::CLI

def print

def print
  printer = Printer.new(@output)
  printer.process_stream(STDIN)
end