mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
fix some mypy strict on file a_maze_ing.py
This commit is contained in:
+2
-2
@@ -4,5 +4,5 @@ ENTRY=1,1
|
||||
EXIT=5,5
|
||||
OUTPUT_FILE=maze.txt
|
||||
PERFECT=False
|
||||
GENERATOR=Kruskal
|
||||
SOLVER=AStar
|
||||
GENERATOR=DFS
|
||||
SOLVER=DFS
|
||||
|
||||
Reference in New Issue
Block a user