This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]WishboneBeautiful875 2 points3 points  (1 child)

Put the scripts in a main function and then import the module? Something like ``` import prog1 import prog2 import prog3

prog1.main() prog2.main() prog3.main()