module Ollama::Handlers::Concern

def initialize(output: $stdout)

def initialize(output: $stdout)
  @output = output
end