from Ghost import Ghost class Blinky(Ghost): def __init__(self, x, y): super().__init__("red", x, y)