fix some mypy strict on file a_maze_ing.py

This commit is contained in:
Maoake Teriierooiterai
2026-04-01 15:03:22 +02:00
parent 03b5f9e6fd
commit c7c7213fb9
2 changed files with 17 additions and 15 deletions
+2 -2
View File
@@ -4,5 +4,5 @@ ENTRY=1,1
EXIT=5,5
OUTPUT_FILE=maze.txt
PERFECT=False
GENERATOR=Kruskal
SOLVER=AStar
GENERATOR=DFS
SOLVER=DFS