The cost module in the groceries.budget subpackage has an add() function that sums up prices.

How might we be able to call add()?

Excellent! Dot notation helps us navigate subpackages to find submodules.

We need to reach down two folders instead of one, don't we?