service-core/core/application.mjs
Jonatan Nilsson 726ac81eb3
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
Lots more development, git provider finished implementing. Started on creating application
2022-01-21 02:43:48 +00:00

5 lines
No EOL
84 B
JavaScript

export default class Application extends EventEmitter {
constructor() {
}
}