Tic-Tac-Toe/RandomPlayer.py

5 lines
61 B
Python

from Player import Player
class RandomPlayer(Player):
pass