Update ConnectFour.py

Fixed comments
This commit is contained in:
Scoots 2017-04-10 04:11:37 -04:00 committed by GitHub
parent ae1cdbc437
commit 7934d3b55d
1 changed files with 1 additions and 1 deletions

View File

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