new: kruskal generator

This commit is contained in:
2026-03-18 11:30:55 +01:00
parent b44cffec2c
commit 272ccefb52
6 changed files with 91 additions and 23 deletions
+5
View File
@@ -0,0 +1,5 @@
from .classes.Cell import Cell
__version__ = "1.0.0"
__author__ = "us"
__all__ = ["Cell"]