from targets.Target import Target class RightInlaneTarget(Target): def __init__(self): super() def hit(self): super.hit()