import "./cthulu" for Cthulu
class Lovecraft {
construct new()
construct new() {}
new
this
ClassName.new()
say() { Cthulu.new().message }
}
System.print(Lovecraft.new().say())