Module Imports and the Use of Encapsulation
Get introduced to the protection attributes of module imports and the use of encapsulation.
We'll cover the following...
Module imports are private
by default
A module that is imported by import
...