Have no idea what am I doing

This commit is contained in:
eugenep 2021-04-14 00:28:32 +02:00
parent dd50aef1a0
commit e4c3814d41

View File

@ -241,6 +241,3 @@ class BFS:
print(result) print(result)
class Map:
def __init__(self, maze):
self.maze = maze