From 7912b6b7cfcd7ceff767c72da6cbfcfeafe96f99 Mon Sep 17 00:00:00 2001 From: Amber McCloughan Date: Sun, 21 Feb 2021 20:09:29 +0000 Subject: [PATCH] Update 'ConnectFour.py' --- ConnectFour.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConnectFour.py b/ConnectFour.py index 8aea5b7..78dcc22 100644 --- a/ConnectFour.py +++ b/ConnectFour.py @@ -2,7 +2,7 @@ from GameLogic import * from Parser import * """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" @author Scoots +" @author Amber " @version 3/30/2017 " @see GameLogic.py " @see Parser.py