testowy commit

This commit is contained in:
Agata Halik 2023-06-08 21:31:33 +02:00
parent 2b7004ad34
commit d5074b0af9

View File

@ -2,4 +2,6 @@ from piece import Piece
from square import Square
class Knight(Piece):
def __init__(self, color):
super().__init__("knight", color)
super().__init__("knight", color)
#test