require 'stan/version' module Stan autoload :Server, 'stan/server' autoload :Compressor, 'stan/compressor' autoload :Deployer, 'stan/deployer' end