#
# ps16pr1.py (Problem Set 16, Problem 1)
# Fall 2023
# An AI Player for use in Connect Four
#
# To-do: Complete the header information here
#

import random
from ps14pr3 import * # to use the connect_four and process_move functions
