mirror of
https://github.com/google/blockly.git
synced 2026-02-13 11:00:10 +01:00
13 lines
250 B
JavaScript
13 lines
250 B
JavaScript
import {loadChunk} from '../tests/scripts/load.mjs';
|
|
import './blockly.loader.mjs';
|
|
|
|
export const {
|
|
Order,
|
|
PythonGenerator,
|
|
pythonGenerator,
|
|
} = await loadChunk(
|
|
'build/src/generators/python.js',
|
|
'dist/python_compressed.js',
|
|
'python',
|
|
);
|