summaryrefslogtreecommitdiff
path: root/new/lib/crys.rb
diff options
context:
space:
mode:
authormms <git@sapka.me>2024-12-27 00:16:14 +0100
committermms <git@sapka.me>2024-12-27 00:16:14 +0100
commitd3316d0b042ffa550ff56ed4e691c80003dd1414 (patch)
treededf93e497bb3c95b5f952a79b13dc89d3670fcf /new/lib/crys.rb
parent9ff71af752746fd4d61e7b5a1f025b1943f60dea (diff)
feat(new): server mode
Diffstat (limited to 'new/lib/crys.rb')
-rw-r--r--new/lib/crys.rb4
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