# frozen_string_literal: true module Bumbler autoload :Bundler, 'bumbler/bundler' autoload :Hooks, 'bumbler/hooks' autoload :Progress, 'bumbler/progress' autoload :Stats, 'bumbler/stats' autoload :VERSION, 'bumbler/version' end