1 2 3 4 5
use super::ScoreInput; pub(super) fn score_with_tetherscript(_input: &ScoreInput<'_>) -> Option<f64> { None }