Income constructor

Income()

Initializes a new instance of Income class.

def __init__(self):
    ...

See Also