window.App ||= {} class App.Base

constructor: ->
  return this

create: ->
  $this.new()
  return

update: ->
  $this.edit()
  return