how to access a py file from another py fi;e code example
Example: how to execute a python file from another python file
import myfile
myfile.myfunction
#calls a specific function from within the file
import myfile
myfile.myfunction
#calls a specific function from within the file