Just create an empty __init__.py
file and add it in root as well as all the sub directory/folder of your python application where you have other python modules. See https://docs.python.org/3/tutorial/modules.html#packages
↧
Answer by Abhijit Pritam Dutta for Import module from subfolder
↧