finish the animation generator maze

This commit is contained in:
Maoake Teriierooiterai
2026-03-27 16:49:13 +01:00
parent a3bbce861d
commit 3c072de0f4
5 changed files with 41 additions and 33 deletions
-2
View File
@@ -1,8 +1,6 @@
from dataclasses import dataclass
import numpy
from .Cell import Cell
from .MazeGenerator import MazeGenerator
@dataclass