Skip to content

Commit dac9c8b

Browse files
committed
Remove matplotlib stuff
1 parent aaff6c5 commit dac9c8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cli.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99

1010

1111
if __name__ == '__main__':
12-
localGraph = Process(target=displayData)
13-
localGraph.start()
14-
1512
game = Grid()
1613
key = {0: ' ', 1: 'X', 2: 'O'}
1714
playerList = [None, Player(playerNo=1), AIPlayer(playerNo=2)]

0 commit comments

Comments
 (0)