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