7 lines
120 B
Kotlin
7 lines
120 B
Kotlin
package com.script
|
|
|
|
import org.mozilla.javascript.ContextFactory
|
|
|
|
open class RhinoContextFactory : ContextFactory() {
|
|
|
|
} |