Informatik10/maedn/GameView.py

29 lines
297 B
Python
Raw Normal View History

class GameView(object):
"""
:version:
:author:
"""
def display_board(self):
"""
@return :
@author
"""
pass
def update_board(self):
"""
@return :
@author
"""
pass