doing the wheel

This commit is contained in:
maoake
2026-04-01 22:31:08 +02:00
parent be997c5d17
commit 2edf61affa
13 changed files with 58 additions and 55 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
from ..amaz_lib import DepthFirstSearch, Kruskal
from ..amaz_lib import AStar, DepthFirstSearchSolver
from ..mazegen import DepthFirstSearch, Kruskal
from ..mazegen import AStar, DepthFirstSearchSolver
from typing import Any