another save

This commit is contained in:
2025-11-05 20:07:35 +03:00
parent 8e8e0abd0d
commit 26bd6da1b4
16 changed files with 328 additions and 512 deletions

View File

@@ -1,5 +1,3 @@
from .chromosome import Chromosome
from .operation import Operation
from .terminal import Terminal
__all__ = ["Chromosome", "Operation", "Terminal"]
__all__ = ["Chromosome"]