mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
autopep
This commit is contained in:
@@ -6,12 +6,14 @@ from typing import Generic, NamedTuple, TypeVar
|
|||||||
|
|
||||||
T = TypeVar('T')
|
T = TypeVar('T')
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class Rgb(Generic[T]):
|
class Rgb(Generic[T]):
|
||||||
red: T
|
red: T
|
||||||
green: T
|
green: T
|
||||||
blue: T
|
blue: T
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class AscSopComponents(Generic[T]):
|
class AscSopComponents(Generic[T]):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user