require 'singleton' require 'active_support/inflector' # must be loaded after alls transports and all encodings require 'hoth/transport' require 'hoth/service_definition' require 'hoth/service_module' require 'hoth/endpoint' require 'hoth/service' require 'hoth/modules' require 'hoth/service_registry' require 'hoth/services' require 'hoth/util/logger' require 'hoth/extension/core/exception' require 'hoth/exceptions' module Hoth class <