0

I have a folder structure: as follows:

Folder1

--Folder1.1

----Folder1.1.1

------File1.py

----Folder1.1.2

------File2.py

I am trying to figure out how to import a module from File1.py to File2.py.

All folders involved have a blank __init__.py file.

Please help:)

  • Welcome to Stack Overflow. If you can't find an answer in the linked duplicate (which is trying to act as a master summary for questions about relative imports), try putting something like `python relative imports tutorial` into a search engine. – Karl Knechtel Aug 30 '21 at 03:10

0 Answers0