module Metanorma::Generic

def configure

def configure
  self.configuration ||= Configuration.new
  yield(configuration)
end