from engine import Engine class Pump(Engine): def __init__(self, engine): super().__init__(engine)