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 index 333fcfb..68542a0 100644 --- a/new/lib/crys.rb +++ b/new/lib/crys.rb @@ -1,4 +1,8 @@ +require_relative "crys/processors/html_processor.rb" + require_relative "crys/server.rb" +require_relative "crys/builder.rb" +require_relative "crys/image_processor.rb" module Crys end |