Tic-Tac-Toe/RandomPlayer.py

5 lines
61 B
Python
Raw Normal View History

from Player import Player
class RandomPlayer(Player):
pass