fix mypy strict on MazeSolver and Maze Generator

This commit is contained in:
Maoake Teriierooiterai
2026-04-01 14:12:39 +02:00
parent ed16566677
commit 03b5f9e6fd
5 changed files with 73 additions and 57 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
WIDTH=13
HEIGHT=13
WIDTH=15
HEIGHT=15
ENTRY=1,1
EXIT=5,5
OUTPUT_FILE=maze.txt