Fight.__init__() ================ Constructor of the *Fight* class. **Parameters** * Enemy : Enemy - Enemy object. Aka boss of the simulation. * ShowGraph : bool - If true the simulation will output the graphs. **Return** This returns a *Fight* object. **Usage** .. code-block:: python # Usage newFight = Fight(Enemy(), False)