I have the following folders:
a/b/file1.py a/b/__init__.py a/b/c/file2.py a/b/c/__init__.py
Then in file2.py, I have: from a.b import file1