This commit is contained in:
2025-12-16 16:57:56 -08:00
parent f56a2aef4f
commit d17354682c

View File

@@ -6,12 +6,14 @@ from typing import Generic, NamedTuple, TypeVar
T = TypeVar('T')
@dataclass
class Rgb(Generic[T]):
red: T
green: T
blue: T
@dataclass
class AscSopComponents(Generic[T]):
"""