[console_scripts]
bnml-backtest = scripts.run_backtest:main
bnml-bot = scripts.run_bot:main
bnml-dod-30d = scripts.run_dod_30d:main
bnml-dod-check = scripts.check_dod_daily:main
bnml-dod-report = scripts.generate_dod_report:main
bnml-hardware-probe = scripts.hardware_probe:main
bnml-kill-switch = scripts.kill_switch:main
bnml-model-sync = scripts.model_sync:main
bnml-trainer = scripts.run_trainer:main
