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