Files
python/exercises/practice/connect/connect.py

8 lines
104 B
Python
Raw Normal View History

2017-11-07 23:15:44 +08:00
class ConnectGame:
def __init__(self, board):
pass
def get_winner(self):
pass