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
+2 -2
View File
@@ -1,6 +1,6 @@
import numpy
from amaz_lib.Cell import Cell
from amaz_lib.Maze import Maze
from mazegen import Cell
from mazegen import Maze
def test_maze_setter_getter() -> None: