feature: add the rest of the iceriver models

This commit is contained in:
Upstream Data
2024-10-30 09:27:12 -06:00
parent 7c18c9f69c
commit 0d90b60eef
10 changed files with 93 additions and 3 deletions

View File

@@ -345,7 +345,11 @@ class BitAxeModels(str, Enum):
class IceRiverModels(str, Enum):
KS0 = "KS0"
KS1 = "KS1"
KS2 = "KS2"
KS3 = "KS3"
KS3L = "KS3L"
KS3M = "KS3M"
def __str__(self):