Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ | Rejoignez-nous sur le Chat
"use strict"; class WebPage { constructor(args) { Object.assign(this, args); } } module.exports = WebPage;