module HTTParty

def self.get(*args, &block)

def self.get(*args, &block)
  Basement.get(*args, &block)
end