mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
add IronPython environment to execute python plugins
This commit is contained in:
@@ -4,7 +4,6 @@ namespace WinAlfred.Plugin
|
||||
{
|
||||
public interface IPlugin
|
||||
{
|
||||
string GetActionName();
|
||||
List<Result> Query(Query query);
|
||||
void Init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user