mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-29 00:14:34 +02:00
add Cell tester + FIX: west setter for Cell class
This commit is contained in:
@@ -4,5 +4,4 @@ from .Maze import Maze
|
||||
|
||||
class MazeSolver(ABC):
|
||||
@abstractmethod
|
||||
@classmethod
|
||||
def solve(cls, maze: Maze) -> str: ...
|
||||
def solve(self, maze: Maze) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user