7 lines
80 B
JavaScript
7 lines
80 B
JavaScript
class Domestic {
|
|
constructor() {
|
|
util.footer()
|
|
}
|
|
}
|
|
|
|
new Domestic |