BowlerKernel
KotlinScriptSkeleton.java
Go to the documentation of this file.
1 package com.neuronrobotics.bowlerstudio.scripting;
2 
3 import java.util.List;
4 
8 public interface KotlinScriptSkeleton {
9 
17  Object runScript(List<Object> args) throws Exception;
18 }