mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-13 12:55:00 -05:00
7 lines
112 B
Java
7 lines
112 B
Java
package net.filebot.cli;
|
|
|
|
public interface ScriptProvider {
|
|
|
|
String getScript(String name) throws Exception;
|
|
|
|
} |