I have multiple python files, each with different classes and methods in it. I want to execute all those files with a main function I have separately outside all of them.
Create a new file that imports these files and run that file.