1 2 3 4 5 6 7 8
from Ghost import Ghost class Blinky(Ghost): def __init__(self, x, y): super().__init__("red", x, y)