How to import stuff from a file that is in another directory but at the same level? For example: i am in file 1 of folder 1 and want to import stuff from file 2 from folder 2. How to do that? Currently i get the error that the module cannot be found.
Current tree:
-ComponentsFolder
-Folder1
-File1
-Folder2
-File2