tests.java.org.python.jsr223.PythonCallable Maven / Gradle / Ivy
package org.python.jsr223;
public interface PythonCallable {
String getAString();
void callAVoid();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.python.jsr223;
public interface PythonCallable {
String getAString();
void callAVoid();
}