Importieren Sie den Ordner aus einem anderen Ordner Python
sys.path.insert(1, '/path/to/application/app/folder')
Magnificent Moth
sys.path.insert(1, '/path/to/application/app/folder')