@@ -1,15 +1,5 @@
from numpy import Infinity
CELL = 0
WALL = 1
START = 2
END = 3
ROWS = 10
COLS = 10
from consts import *
class Node:
def __init__(self, x, y) -> None:
The note is not visible to the blocked user.