Hi
I have several directories ..
ex uselib is one directory with a file usoc.py and def pars has to be called in the file runner.py. I tried to see the existing ways and implement and obviously confused. So please someone let me know the logic behind calling and having the access permissions, so that when i have a reason i can remember.
This is my initial thoughts
in runner.py
import uselib usoc.py
usoc.pars()
what if the def pars: in in another class in usoc.py
I am really confused to get the process of access mechanism.
Regards
--P