Pet.__init__() ============== This is the constructor of the class Pet. **Parameter** * Master : Player - Reference to the player who summoned this pet. **Usage** .. code-block:: python newPet = Pet(Player())