I am making a simple vector class, and I\'m struggling to understand how mypy is working on my __add__ and __sub__ methods (in particular the diffe
__add__
__sub__