7 lines
144 B
Python
7 lines
144 B
Python
from src.experiment import main_experiment
|
|
from src.plot import build_plots
|
|
|
|
if __name__ == "__main__":
|
|
main_experiment()
|
|
build_plots()
|