import org.scalatest.funsuite._
final class Prediction extends AnyFunSuite {
  test("prediction works") {
    assert(true)
  }
}