What does the from keyword do when importing modules?
- It allows us to import parts of a module's functionality
- It allows us to import multiple modules at once
- It allows us to rename a module
- It prevents a module from being overwritten
It allows us to import parts of a module's functionality.