For examle, pycharm shows the type of `conn.space_center.active_vessel` to be `SpaceCenter` when it should be `Vessel`. This means you need explicit casting for the code to type check corretly. (Reported by ROY on discord)