42_ft_transcendence/games/objects/tictactoe/TicTacToeGame.py

5 lines
64 B
Python

from ..AGame import AGame
class TicTacToeGame(AGame):
pass