Update 'ConnectFour.py'

This commit is contained in:
Amber McCloughan 2021-02-21 20:09:29 +00:00
parent 87da523f9b
commit 7912b6b7cf
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from GameLogic import *
from Parser import *
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" @author Scoots
" @author Amber
" @version 3/30/2017
" @see GameLogic.py
" @see Parser.py