I read an example code, with something like: from a.b import * I checked and found a is a folder name and b is python code in that folder. I typed the above code in the IDLE and no error was reported. Why a.b works?