--require "strict"

local p = {}

function p.formatValue()
	return ""
end

p.formatRawValue = p.formatValue
p.getRawValue = p.formatValue

return p