class Ollama::Handlers::Single

def initialize(output: $stdout)

def initialize(output: $stdout)
  super
  @array = []
end