yeah, that or ```class Anchor { companion obj...
# getting-started
e
yeah, that or
Copy code
class Anchor {
    companion object {
        @JvmField val glm = Glm
    }
}
And then
Copy code
import static main.Anchor.glm;