aboutsummaryrefslogtreecommitdiff
path: root/src/Ghost.py
blob: 33086a13092b0ff59b555d5e40a7c35b7de43b8c (plain)
1
2
3
4
5
6
7
class Ghost():
    def __init__(self):
        self.x = None
        self.y = None

    # def heuristic(self):