aboutsummaryrefslogtreecommitdiff
path: root/lib/flesh.ml
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-08-04 11:18:18 +0200
committerClombrong <cromblong@egregore.fun>2025-08-11 11:39:50 +0200
commit34f37a73a02c72d88b961b3044e967f4e4f31db8 (patch)
tree24b21d4a6641461cb23346cb97798f2a535fea93 /lib/flesh.ml
parentad0c9ecee0e6d5890163e6350a0cf0a18fd87040 (diff)
feat(flesh): new module Session
Diffstat (limited to 'lib/flesh.ml')
-rw-r--r--lib/flesh.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/flesh.ml b/lib/flesh.ml
index 084c21f..d9574b8 100644
--- a/lib/flesh.ml
+++ b/lib/flesh.ml
@@ -1,3 +1,4 @@
+module Session = Session
module Stream = Stream
module Sasl = Sasl
module Starttls = Starttls