1from typing import Tuple
2LayerName = str
3Color = str
4Radians = float
5RGB = Tuple[int, int, int]
6