You can reference the same class using quotation marks:
def __add__(self, other: 'Car') : print(f"helo {self.name} {other.name}")
You can find more cool solutions here