answered 2021-06-24 15:03:28 -0500
A python script can be executed by another python script with execfile. Use a main script to execute the two scripts. For example:
execfile('file1.py') execfile('file2.py')