add output to Maze class

This commit is contained in:
2026-03-18 12:14:10 +01:00
parent 272ccefb52
commit c8a13e9d5c
7 changed files with 73 additions and 13 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
from .classes.Cell import Cell
from .classes.Maze import Maze
from .generators.kruskal import kruskal
__version__ = "1.0.0"
__author__ = "us"
__all__ = ["Cell"]
__all__ = ["Cell", "Maze", "kruskal"]