from typing import Final LIGHT_SPEED: Final[int] = 299_792_458 # Exact value [m/s] LIGHT_SPEED = 299_792.458 # (km/s)