diff --git a/fahrzeug.py b/fahrzeug.py index c428627..1bf01e0 100644 --- a/fahrzeug.py +++ b/fahrzeug.py @@ -10,7 +10,6 @@ def get_angle(p1, p2): degs = math.degrees(rads) return degs - class Fahrzeug(pygame.sprite.Sprite): def __init__(self, x, y): super().__init__()