class Ollama::Handlers::Print

def initialize(output: $stdout)

def initialize(output: $stdout)
  super
  @output.sync = true
end