To avoid repeatedly typing in the name of the module (MailFolder in this case), it can be imported into the global namespace with ``from MailFolder import *''. By default modules are not imported into the global namespace and must be explicitly named.