Is there a way in which classes can be instantiated on the fly. I would be passed the name of the file to be instantiated through command line which I store in a variable using getopt.
So the file that needs to be instantiated would be dynamic. How would I achieve that in Python
Thanks
--V