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 diff --git a/GameLogic.py b/GameLogic.py index c62a62b..6be2df4 100644 --- a/GameLogic.py +++ b/GameLogic.py @@ -1,7 +1,7 @@ import cPickle as pickle """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" @author Scoots +" @author Amber " @version 3/30/2017 " @see https://docs.python.org/2/library/pickle.html " diff --git a/Parser.py b/Parser.py index fe9cd01..3df8193 100644 --- a/Parser.py +++ b/Parser.py @@ -1,7 +1,7 @@ import argparse """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" @author Scoots +" @author Amber " @version 3/30/2017 " @see https://docs.python.org/2.7/library/argparse.html "