class Stray { constructor(id) { this.id = id; } } module.exports = Stray;