I have two python files.
I need to call the 2nd one from 1st.
I'm aware of os.system() commands.
But it's been mentioned as the worst way to execute a python script.
The script I need to call doesn't contain any functions or classes. but just the flow.
what is the better way to execute the script from another script.