# encoding: utf-8

require_relative '../../hocon/impl'

module Hocon::Impl::ConfigIncludeKind
  URL = 0
  FILE = 1
  CLASSPATH = 2
  HEURISTIC = 3
end
