Add the constructor method to the following class definition.
Make sure to pick def followed by __init__ and then (, self, ).
def
__init__
(
self
)