I have a program that takes 2 ints as arguments and everything works as expected in the command line. I want to be able to create a tester python file that imports this first program, calls program.main(), and pass along two ints as arguments for main. Is this possible?