How the from in python know the PATH of the directory that all module are exists?
For example
Under
/data_py/Python/modulespy
I have all the modules as:
Df.py
Tr.py
Sw.py
So how the following from syntax in python know to access the /data_py/Python/modulespy folder and read all modules there
fromPymoduleeimport*