introvoyz041's picture
Migrated from GitHub
b1b3bae verified
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PythonConsoleControl
{
public static class PythonConfig
{
public static string[] SearchPaths = new string[0];
}
}