module Bake::Type::Decimal

def self.parse(input)

def self.parse(input)
	BigDecimal(input)
end