I’ve solved the project, but I’m trying to find out where the import for ‘node’ comes from.
First line in ‘stack.py’ is:
from node import Node
Where does this import from? Is there a node.py that is not visible? How do i replicate this on my own computer?
Thanks