mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-14 23:22:54 +00:00
7 lines
78 B
JavaScript
7 lines
78 B
JavaScript
class Legacy {
|
|
doWork() {
|
|
return 1;
|
|
}
|
|
}
|
|
|
|
module.exports = { Legacy };
|