diff options
Diffstat (limited to 'test.py')
-rwxr-xr-x | test.py | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +#!/usr/bin/env python + +import rns510 + + +a=rns510.encode("52.2","0.16") + +print a + +b,c=rns510.decode(a) + +print b,",",c + |