3 lines
55 B
Python
3 lines
55 B
Python
from typing import Tuple
|
|
|
|
Color = Tuple[int, int, int]
|
from typing import Tuple
|
|
|
|
Color = Tuple[int, int, int]
|