2026-rff_mp/nehoroshevaa/task2/strategies/pathfinding_strategy.py
2026-05-24 21:49:38 +03:00

4 lines
115 B
Python

class PathFindingStrategy:
def find_path(self, maze, start_cell, exit_cell):
raise NotImplementedError