router/src/io.ts
2024-10-16 00:47:30 +08:00

7 lines
96 B
TypeScript

// TODO: Implement IOApp
export class IOApp {
constructor() {
console.log('IoApp');
}
}