summaryrefslogtreecommitdiff
path: root/new/splash/lib/splash.rb
blob: 722bc3050f1f71d5c9c8a776b6badce81447d326 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require_relative '../../lib/crys'

require_relative 'splash/builder'

module Crys
  module Splash
  end
end