According to this answer, it is a good practice that Pycharm recommends. The import statement uses the following convention: if a package’s init.py code defines a list named all, it is taken to be the ...
I was trying to build a project where I need to import wikipedia module. I installed it with "pip install wikipedia". Then I checked the settings in Pycharm and added the module in the existing list ...