export default interface IPythonPlatformConfig {
    version: string;
    mirror: boolean;
    timezone: string;
}
