Python methods

This page describes Goodness class.

class tools.Goodness(value='Hello world!')
__init__(value='Hello world!')

Initialize Goodness object. :param str value: text to output in do() method

make_it()

Prints some text to the console.