#
# ps15pr1.py (Problem Set 15, Problem 1)
# Fall 2023
# An RandomPlayer 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
