Files
seasonedShows/seasoned_api/src/seasoned/stray.js

7 lines
78 B
JavaScript

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