6 lines
98 B
Python
6 lines
98 B
Python
from Program import Program
|
|
|
|
if __name__ == "__main__":
|
|
program = Program()
|
|
program.run()
|