/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @file Instantiate a PythonGenerator and populate it with the * complete set of block generator functions for Python. This is the * entrypoint for python_compressed.js. */ 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