Run inference for SHARP model.
()
| 11 | |
| 12 | @click.group() |
| 13 | def main_cli(): |
| 14 | """Run inference for SHARP model.""" |
| 15 | pass |
| 16 | |
| 17 | |
| 18 | main_cli.add_command(predict.predict_cli, "predict") |
nothing calls this directly
no outgoing calls
no test coverage detected