aboutsummaryrefslogtreecommitdiff
path: root/src/blinky.py
blob: d30bc5268dd42e900e39c4dab03b13f1717a0be3 (plain)
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)