dockered
This commit is contained in:
4
django/games/objects/tictactoe/TicTacToeSpectator.py
Normal file
4
django/games/objects/tictactoe/TicTacToeSpectator.py
Normal file
@ -0,0 +1,4 @@
|
||||
from ..ASpectator import ASpectator
|
||||
|
||||
class TicTacToeSpectator(ASpectator):
|
||||
pass
|
Reference in New Issue
Block a user