This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-08-25 20:10:53 +02:00
parent a578dd26a0
commit 2723ced901
8 changed files with 307 additions and 229 deletions

View File

@@ -16,3 +16,9 @@ class Model:
supports_tools: bool
parameter_count_in_b: float
@dataclass
class Technique:
name: str
for_supports_tools: bool
for_not_supports_tools: bool