2026-rff_mp/nehoroshevaa/task2/strategies/pathfinding_strategy.py

4 lines
115 B
Python
Raw Normal View History

2026-05-24 18:49:38 +00:00
class PathFindingStrategy:
def find_path(self, maze, start_cell, exit_cell):
raise NotImplementedError