refactoring

This commit is contained in:
Антон 2024-05-04 11:04:17 +03:00
parent e38f70e908
commit 38c5d4648f
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
class Context {
constructor(hasLower, step) {
this.hasLower = hasLower;
this.step = step;
}
}
module.exports = {
Context
}