2026-rff_mp/kuznetsovTD/tusk 2/strategies/pathfinding_strategy.py
2026-05-25 13:06:15 +03:00

3 lines
114 B
Python

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