1
0
Fork 0
mirror of https://gitlab.com/Oreolek/improv_forest.git synced 2024-04-26 06:09:49 +03:00
improv_forest/model.coffee

6 lines
84 B
CoffeeScript

class ImprovModel
constructor: () ->
@tags = []
module.exports = ImprovModel