commonMain.org.jetbrains.letsPlot.bistro.residual.ResidualVar.kt Maven / Gradle / Ivy
/*
* Copyright (c) 2022. JetBrains s.r.o.
* Use of this source code is governed by the MIT license that can be found in the LICENSE file.
*/
package org.jetbrains.letsPlot.bistro.residual
internal object ResidualVar {
const val RESIDUAL = "residual"
}