doing again the wheel

This commit is contained in:
maoake
2026-04-01 22:41:11 +02:00
parent 2edf61affa
commit 3e85cbe919
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import numpy
from amaz_lib.MazeGenerator import DepthFirstSearch
from mazegen import DepthFirstSearch
class TestMazeGenerator: