Exemplo n.º 1
0
	def __init__(self, data, args=()):
		"""
		Receive the data to be converted and parameters.
		"""
		self.value = data

		if not data: 
			return

		self.value = Strings.capitalize(data)