from typing import Dict from selfdrive.car import CarInfo class CAR: MOCK = 'mock' CAR_INFO: Dict[int, CarInfo] = {}