Is there a way to import content from a file located in another directory at the same level? For instance, if I am working with file 1 in folder 1 and need to import information from file 2 in folder 2, how can this be achieved? I am encountering an error message stating that the module cannot be found.
Existing directory structure:
-ComponentsFolder
-Folder1
-File1
-Folder2
-File2