So `pants` scans the Python sources, if it finds a...
# general
g
So
pants
scans the Python sources, if it finds an
import xyz
statement, it creates a child node on the dependency graph with the label
xyz
and then it looks in its
python_requirements
to see if there are modules that map to
xyz
? Is that correct?