# frozen_string_literal: true require 'sinclair' class FontHelper autoload :Font, 'font_helper/font' autoload :Character, 'font_helper/character' end