Run One Python Script With Another

How i can do this?

Well, just need a function call exec, this is native from python.

Basically, just need to read the file that you want to execute with (with open). first, look for your route then for a file name and once you got it call that function.

That simple is to run another script using a python script.

Thank you!!!!.

--

--