[console_scripts]
noether-data = noether.io.cli.cli:app
noether-dataset-stats = noether.data.tools.calculate_statistics:main
noether-development = noether.training.cli.development:main
noether-eval = noether.inference.cli.main_inference:main
noether-init = noether.scaffold.cli:app
noether-train = noether.training.cli.main_train:main
noether-train-submit-job = noether.training.cli.submit_job:main
