Import a module. The 'globals' argument is used to infer where the import is occurring from to handle relative imports. The 'locals' argument is ignored. The 'fromlist' argument specifies what should exist as attributes on the module being imported (e.g. ``from module import <fromli
(name, globals=None, locals=None, fromlist=(), level=0)
nothing calls this directly
no test coverage detected