class TextDiff()
@property def num_added() -> int
@property def num_removed() -> int
@property def lines() -> list[LineDiff]