module Utilities
  module Constants
    module Paths
      ROOT = File.expand_path("..", __dir__)
    end
  end
end
