I have a module named my_module with the following structure.
. └── my_module ├── main.py └── test.py
Here, I use python -m my_module.tes