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