python import from main folder to another directory code example
Example 1: import python file from another directory
from application.app.folder.file import func_name
Example 2: import folder from another folder python
sys.path.insert(1, '/path/to/application/app/folder')