The theory When you say: from foo.bar import baz ...Python will start by looking for a module named foo, and then inside that a module named bar, and then inside that for an object named baz (which m