#
# ps14pr2.py (Problem Set 14, Problem 2)
# Fall 2021
# A Connect Four Player class 
#

from ps14pr1 import Board

# Write your class below.

