module Lato

def bootstrap

def bootstrap
  yield btstrap
end

def btstrap

def btstrap
  @btstrap ||= Btstrap.new
end

def config

def config
  @config ||= Config.new
end

def configure

def configure
  yield config
end