documentation

This commit is contained in:
2025-12-16 19:35:21 -08:00
parent 7a2917c357
commit 5e4bce7be8

View File

@@ -11,7 +11,7 @@ T = TypeVar('T')
class Rgb(Generic[T]):
"""
A tuple of three `T`s, where each is the respective red, green and blue
values of interest.
values of interest.
"""
red: T # : Red component