# frozen_string_literal: true

require 'pathname'

module GDK
  # Absolute [Pathname] of the GDK source root
  SRC = Pathname(__dir__).parent.expand_path
end
