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