Esempio n. 1
0
def update_display(matrix,x,y,char):
	os.system('clear')
	Draw.update_mat(matrix,x,y,char)
	Draw.update_board(matrix)