[1] data structures #182
6
lomakinae/docs/data/01/main.py
Normal file
6
lomakinae/docs/data/01/main.py
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
from src.experiment import main_experiment
|
||||||
|
from src.plot import build_plots
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main_experiment()
|
||||||
|
build_plots()
|
||||||
Loading…
Reference in New Issue
Block a user