aboutsummaryrefslogtreecommitdiff
path: root/python/test.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpython/test.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/python/test.py b/python/test.py
new file mode 100755
index 0000000..14e8306
--- /dev/null
+++ b/python/test.py
@@ -0,0 +1,13 @@
1#!/usr/bin/python
2
3import gats
4
5#print gats.load( open('test.gats', 'rb') )
6
7#gats.dump( 3.14159, open('out.gats', 'wb') )
8
9print gats.loads(
10 gats.dumps(
11 500.12345
12 )
13 )