Currency constructor

Currency()

Initializes a new instance of Currency class.

def __init__(self):
    ...

See Also