mirror of
https://github.com/scratchfoundation/scratch-docker.git
synced 2025-07-08 18:54:02 -04:00
4 lines
62 B
JavaScript
4 lines
62 B
JavaScript
|
module.exports = {
|
||
|
nothingYet: () => { return true; },
|
||
|
};
|