str: Support mLib's `str' functions.
[mLib-python] / mLib.pyx
index 098ca6b..577a699 100644 (file)
--- a/mLib.pyx
+++ b/mLib.pyx
@@ -47,6 +47,10 @@ include 'sym.pyx'
 include 'atom.pyx'
 include 'assoc.pyx'
 
+# --- String utilities ---
+
+include 'str.pyx'
+
 # --- Encodings ---
 
 include 'base64.pyx'