4 lines
71 B
Python
4 lines
71 B
Python
from ..APlayer import APlayer
|
|
|
|
class TicTacToePlayer(APlayer):
|
|
pass |