from src.experiment import main_experiment from src.plot import build_plots if __name__ == "__main__": main_experiment() build_plots()