summaryrefslogtreecommitdiff
path: root/new/splash/lib/splash.rb
blob: ce51e1734418313d9bd10f405fbb977321d86d85 (plain)
1
2
3
4
5
6
7
8
9
10
require_relative "../../lib/crys.rb"
require_relative "splash/server"

module Crys
  module Splash
  end
end