diff --git a/fahrzeug.py b/fahrzeug.py index ff838ec..e32a1a8 100644 --- a/fahrzeug.py +++ b/fahrzeug.py @@ -11,7 +11,6 @@ def get_angle(p1, p2): return degs - class Fahrzeug(pygame.sprite.Sprite): def __init__(self, x, y): super().__init__()