From d17354682c1ac5118dfbb2e2111bcbf84eec0242 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 16 Dec 2025 16:57:56 -0800 Subject: [PATCH] autopep --- pycmx/cdl.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pycmx/cdl.py b/pycmx/cdl.py index 514a158..1d87df8 100644 --- a/pycmx/cdl.py +++ b/pycmx/cdl.py @@ -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]): """