User = require("./User.js") class Gropu extends User { constructor(){ super() this.isGroup = true; } }