Хромосомы для лаб4

This commit is contained in:
2025-10-21 12:26:43 +03:00
parent 268c4cf4a1
commit afd7a700ca
7 changed files with 273 additions and 0 deletions

7
lab4/gp/terminal.py Normal file
View File

@@ -0,0 +1,7 @@
from dataclasses import dataclass
@dataclass()
class Terminal:
name: str
_value: float | None = None