Bug Report for https://neetcode.io/problems/clone-graph
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
A type hint that neighbors is a list of nodes is needed in the python problem statement, currently it is ambiguous, although still understandable, but thus confusing.
