function Sprints (options) {
  this.user = options.user
  this.password = options.password
  this.host = options.host
}