[2] add to correct brench

This commit is contained in:
KuznetsovYuM 2026-05-22 17:30:49 +00:00
parent 16c614341e
commit c25ff8ca6e

View File

@ -5,6 +5,7 @@ import time
import os import os
class Tile: class Tile:
def __init__(self, column, row): def __init__(self, column, row):
self._col = column self._col = column