初始化提交
This commit is contained in:
5
common/js/skulpt_libs/pgzhelper/pgzhelper.js
Normal file
5
common/js/skulpt_libs/pgzhelper/pgzhelper.js
Normal file
@@ -0,0 +1,5 @@
|
||||
var $builtinmodule = function (name) {
|
||||
let pgzhelper= {__name__: new Sk.builtin.str("pgzhelper")};
|
||||
|
||||
return pgzhelper;
|
||||
}
|
||||
Reference in New Issue
Block a user