class Attio::Util::Configuration

def initialize

def initialize
  @mutex = Mutex.new
  @configured = false
  reset_without_lock!
end