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

6 lines
84 B
CoffeeScript

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