before delete 3software

This commit is contained in:
2025-06-29 18:55:59 +03:00
parent ebd77a3e66
commit b51a472738
147 changed files with 257326 additions and 3151 deletions

View File

@@ -0,0 +1,5 @@
const EventEmitter = require('events')
class EventBus extends EventEmitter {}
const eventBus = new EventBus()
module.exports = eventBus