Employee constructor

Employee()

Initializes a new instance of Employee class.

def __init__(self):
    ...

See Also