require "acw/version" require "acw/client" module Acw module_function def self.hi p "Hi" end def self.client p "hello" end end