from experiment1 import experiment1 from experiment2 import experiment2 if __name__ == "__main__": experiment1(create_report=True) experiment2()