require_relative 'base' # Namespace for the Opushon library. module Opushon module Type # The type number. class Hash < Base end end end