forked from UNN/2026-rff_mp
3 lines
114 B
Python
3 lines
114 B
Python
class PathFindingStrategy:
|
|
def find_path(self, maze, start_cell, exit_cell):
|
|
raise NotImplementedError |