from Program import Program
from Global_variables import Global_variables as G_var
if __name__ == "__main__":
program = Program()
program.run()