blockly
Version:
Blockly is a library for building visual programming editors.
13 lines • 360 B
TypeScript
/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { PythonGenerator } from './python/python_generator.js';
export * from './python/python_generator.js';
/**
* Python code generator instance.
* @type {!PythonGenerator}
*/
export declare const pythonGenerator: PythonGenerator;
//# sourceMappingURL=python.d.ts.map