get: Get item by ID.
This is a method of the TodoList class in the planning module.
def get(&self, id: &str) -> Option<&TodoItem>