What does the from keyword do when importing modules?

It allows us to import parts of a module's functionalityIt allows us to import multiple modules at onceIt allows us to rename a moduleIt prevents a module from being overwritten

It allows us to import parts of a module's functionality.