Код: Выделить всё
application
├── app
│ └── folder
│ └── file.py
└── app2
└── some_folder
└── some_file.py
Код: Выделить всё
from application.app.folder.file import func_name
Подробнее здесь: https://stackoverflow.com/questions/438 ... ent-folder