parent
242975d17a
commit
6d8f9c2972
@ -0,0 +1,7 @@
|
||||
package com.sen.api.functions;
|
||||
|
||||
public interface Function {
|
||||
String execute(String[] args);
|
||||
|
||||
String getReferenceKey();
|
||||
}
|
Loading…
Reference in new issue