Import local packages in python - Stack Overflow
stackoverflow.com › questions › 33020707Oct 08, 2015 · The __init__.py is not really connected to the importing stuff. It is just a special file with the following properties: Its existence means the directory is a python package, with several modules in it. If it does not exist, python will refuse to import anything from the directory. It will always be loaded before loading anything else in the ...