7 lines
70 B
JavaScript
7 lines
70 B
JavaScript
class Hot {
|
|
constructor() {
|
|
util.footer()
|
|
}
|
|
}
|
|
|
|
new Hot |