testowy commit

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

View File

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