Just putting this here as a reminder. There are typehinting issues when doing for example ```python line.to_node = 1 # vs. line["to_node"] = 1 ```