class Syntropy::App

def default_app(opts)

def default_app(opts)
  new(opts[:machine], opts[:location], opts[:mount_path] || '/', opts)
end