diff --git a/player.py b/player.py index 1c28f88..773491d 100755 --- a/player.py +++ b/player.py @@ -7,4 +7,4 @@ class Player(actor.Paddle, event.EventHandler): actor.Paddle.__init__(self, *args, **kwargs) def cleanup(self): - raise Exception("lol implement me") + pass