mirror of
https://github.com/scratchfoundation/scratch-docker.git
synced 2025-06-05 16:53:47 -04:00
3 lines
62 B
JavaScript
3 lines
62 B
JavaScript
module.exports = {
|
|
nothingYet: () => { return true; },
|
|
};
|