prog-obiektowe/chess-python-interface/net/hypki/chess/ChessInterface.py
2023-05-30 16:50:34 +02:00

11 lines
168 B
Python

'''
Created on May 30, 2023
@author: ahypki
'''
class ChessInterface:
def nextMove(self, opponentMove = None):
pass
def printBoard(self):
pass