Renamed IScriptable to IScriptContainer, added Stop() function to Calls
This commit is contained in:
@@ -3,7 +3,7 @@ using Indexer.Models;
|
||||
|
||||
namespace Indexer.ScriptContainers;
|
||||
|
||||
public class PythonScriptable : IScriptable
|
||||
public class PythonScriptable : IScriptContainer
|
||||
{
|
||||
public ScriptToolSet ToolSet { get; set; }
|
||||
public PyObject? pyToolSet;
|
||||
|
||||
Reference in New Issue
Block a user