core: game: split backed django
This commit is contained in:
4
games/objects/tictactoe/TicTacToePlayer.py
Normal file
4
games/objects/tictactoe/TicTacToePlayer.py
Normal file
@ -0,0 +1,4 @@
|
||||
from ..APlayer import APlayer
|
||||
|
||||
class TicTacToePlayer(APlayer):
|
||||
pass
|
Reference in New Issue
Block a user