require_relative 'base' # Namespace for the Taipu library. module Taipu # The type file. class File < Base end end