from Target import Target class RightOutlaneTarget(Target): def __init__(self): super().__init__(50000, "Right Outlane") def hit(self): super().hit()