using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Wox.Plugin { public class PythonResult : Result { public string ActionName { get; set; } public string ActionPara { get; set; } } }