Initial commit
This commit is contained in:
7
node_modules/node-blockly/python.js
generated
vendored
Normal file
7
node_modules/node-blockly/python.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var Blockly = require('./_blockly')
|
||||
|
||||
Blockly.Python = require('./lib/python_compressed')(Blockly);
|
||||
|
||||
module.exports = Blockly;
|
||||
Reference in New Issue
Block a user