ucast/ucast/service/typ.py
2022-05-10 13:21:48 +02:00

3 lines
55 B
Python

from typing import Tuple
Color = Tuple[int, int, int]