Balance constructor

Balance()

Initializes a new instance of Balance class.

def __init__(self):
    ...

See Also