I am making a project that contains 4 files of the py extension. in the main file, I import other files. there is a graphic in the emoyshen file. screen. when I run the main file, the emoyshen file is triggered first, and then another imported part of the code. what should I do to make the graphical window work simultaneously with the entire code, and not in front of it?
I expect to be able to run all the imported files at the same time.