Hi, I am new to Python from Java background, I have following structure /root /folder1 Class1.py Class2.py /folder2 Class3.py I am in th efolder2 and want to run class3.py but it need to import a module from Class1.py Could someone please help me?