So the idea is that I have a module with an object in it. I know the name of the class, but I need to instantiate an instance of it.
The module comes from a very specific package, and there may be other modules with the same name in different packages. I do know the package.
How can I create an instance of that class? I'm not typing this in, all of this is running in code.