diff options
Diffstat (limited to 'new/splash/lib/splash.rb')
-rw-r--r-- | new/splash/lib/splash.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/new/splash/lib/splash.rb b/new/splash/lib/splash.rb new file mode 100644 index 0000000..ce51e17 --- /dev/null +++ b/new/splash/lib/splash.rb @@ -0,0 +1,10 @@ +require_relative "../../lib/crys.rb" +require_relative "splash/server" + +module Crys + module Splash + end +end + + + |