I know what it does, how it works and all, but why might we ever want to use it?
I mean if a programmer wanted to import the objects from a module, he could then just use the simple
import <module>
syntax. It's not like the all variable is hiding anything, right?