module Phlex

def configuration

def configuration
	@configuration ||= Configuration.new
end

def configure

def configure
	yield configuration
end