bdqh-course-platform/src/main/window/localSoftware/ClockConfigWindow.ts

8 lines
201 B
TypeScript

import { LocalSoftwareWindow } from '../LocalSoftwareWindow'
export class ClockConfigWindow extends LocalSoftwareWindow {
constructor (options = {}) {
super('clock-config.html', options )
}
}