Path 1: 4 calls (1.0)

1def __init__(self) -> None:
2        super().__init__()
3        self._bottom_counter = 0
4        self.graph: PathGraph | None = None