module HTTParty

def self.post(*args, &block)

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