Commit initial version of the binary serializer/deserializer
[ton] / don / string.py
diff --git a/don/string.py b/don/string.py
new file mode 100644 (file)
index 0000000..a005098
--- /dev/null
@@ -0,0 +1,5 @@
+def serialize(o):
+    pass
+
+def deserialize(s):
+    pass