class Steep::Drivers::PrintProject

def initialize(stdout:, stderr:)

def initialize(stdout:, stderr:)
  @stdout = stdout
  @stderr = stderr
end