An error occurred while loading the file. Please try again.
website.js 222 bytes
const Project = require("./project");
class Website extends Project {
    constructor(ownerGitlabId, id, name, desc, logo, path) {
        super(ownerGitlabId, id, name, desc, logo, path)
module.exports = Website