2026-rff_mp/kuznetsovTD/tusk 2/strategies/pathfinding_strategy.py

3 lines
114 B
Python
Raw Normal View History

2026-05-25 10:06:15 +00:00
class PathFindingStrategy:
def find_path(self, maze, start_cell, exit_cell):
raise NotImplementedError