Example #1
0
 def SetCube(self, cube: Cube, row=1, col=1):
     self.__cubes[row][col] = cube
     cube.row = row
     cube.col = col