Normally when you execute a python file you do python *.py
but if the whole Module which contain many .py files inside
for example MyModule contain many .py file and if I do
python -m MyModule $* what would happen as oppose python individual python file?