fix conflict

This commit is contained in:
Maoake Teriierooiterai
2026-03-24 14:31:49 +01:00
4 changed files with 150 additions and 2 deletions
+2
View File
@@ -26,3 +26,5 @@ run_test_dfs:
run_test_maze_gen:
PYTHONPATH=src uv run pytest tests/test_MazeGenerator.py
run_test:
uv run pytest