I\'m writing a Python application that takes as a command as an argument, for example:
$ python myapp.py command1
I want the application to
For example, my module names are like jan_module/feb_module/mar_module.
jan_module
feb_module
mar_module
month = 'feb' exec 'from %s_module import *'%(month)