BankAccount constructor

BankAccount()

Initializes a new instance of BankAccount class.

def __init__(self):
    ...

See Also