We'll also need a constructor for this class but can utilize our parent class it inherits, Player, by calling its constructor using super().
Player
super()
Make sure to pick super followed by ( and then ), ., __init__, (, "NPC", ).
super
(
)
.
__init__
"NPC"